public interface XYRangeInfo
| Modifier and Type | Method and Description |
|---|---|
Range |
getRangeBounds(java.util.List visibleSeriesKeys,
Range xRange,
boolean includeInterval)
Returns the range of the values in this dataset's range.
|
Range getRangeBounds(java.util.List visibleSeriesKeys, Range xRange, boolean includeInterval)
visibleSeriesKeys - the keys of the visible series.xRange - the x-range (null not permitted).includeInterval - a flag that determines whether or not the
y-interval is taken into account.null if the dataset contains no
values).