public interface ValueAxisPlot
ValueAxis,
providing a standard method to find the current data range.| Modifier and Type | Method and Description |
|---|---|
Range |
getDataRange(ValueAxis axis)
Returns the data range that should apply for the specified axis.
|