public abstract class RangeCalculationHelper3DBase<T extends java.lang.Comparable<T>> extends com.scichart.charting.visuals.axes.rangeCalculators.RangeCalculatorHelperBase<T,IAxis3D> implements IRangeCalculationHelper3D<T>
Modifier and Type | Field and Description |
---|---|
protected ISciChartSurface3D |
parentSurface |
Modifier | Constructor and Description |
---|---|
protected |
RangeCalculationHelper3DBase(com.scichart.data.model.IRange<T> maximumRange,
com.scichart.data.model.IRange<T> dataRange,
com.scichart.data.numerics.math.IMath<T> math)
Creates a new instance of
RangeCalculationHelper3DBase class |
Modifier and Type | Method and Description |
---|---|
void |
attachTo(com.scichart.core.IServiceContainer services) |
void |
detach() |
protected void |
updateDataRange(com.scichart.data.model.IRange<T> dataRange) |
coerceUndefinedRange, coerceZeroRange, getDataRange, getMaximumRange, growBy, isAttached, onDataRangeChanged, updateMaximumRange
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected ISciChartSurface3D parentSurface
protected RangeCalculationHelper3DBase(com.scichart.data.model.IRange<T> maximumRange, com.scichart.data.model.IRange<T> dataRange, com.scichart.data.numerics.math.IMath<T> math)
RangeCalculationHelper3DBase
classmaximumRange
- The IRange
instance for storing maximum rangedataRange
- The IRange
instance for storing data rangemath
- The IMath
instance used for calculations