public interface IRangeCalculationHelperBase<T extends java.lang.Comparable<T>>
extends com.scichart.core.framework.IAttachable
Modifier and Type | Method and Description |
---|---|
com.scichart.data.model.IRange<T> |
getDataRange(boolean forceCacheUpdate)
Gets data range(full extents of the data) of the Axis
|
com.scichart.data.model.IRange<T> |
getMaximumRange(boolean forceCacheUpdate)
Gets the maximum range of the axis, based on the data-range of all series
|
void |
onDataRangeChanged()
Called internally when data range changes
|
com.scichart.data.model.IRange<T> getDataRange(boolean forceCacheUpdate)
forceCacheUpdate
- if true forces full recalculation of data range even if data hasn't changedcom.scichart.data.model.IRange<T> getMaximumRange(boolean forceCacheUpdate)
forceCacheUpdate
- if true forces full recalculation of maximum range even if data hasn't changedvoid onDataRangeChanged()