public class LogarithmicRangeCalculationHelper extends NumericRangeCalculationHelper
LogarithmicNumericAxis
.axis, dataRange, math, maximumRange, parentSurface, ZERO_RANGE_GROW_BY
Constructor and Description |
---|
LogarithmicRangeCalculationHelper()
Creates a new instance of
LogarithmicRangeCalculationHelper . |
Modifier and Type | Method and Description |
---|---|
void |
attachTo(com.scichart.core.IServiceContainer services) |
void |
detach() |
protected void |
growBy(com.scichart.data.model.IRange<java.lang.Double> range,
com.scichart.data.model.IRange<java.lang.Double> growBy) |
coerceZeroRange, getDataRange, getMaximumRange, getWindowedYRange, isAttached, isValidSeriesForXAxis, isValidSeriesForYAxis, onDataRangeChanged, updateMaximumRange, updateXDataRange, updateYDataRange
public LogarithmicRangeCalculationHelper()
LogarithmicRangeCalculationHelper
.public void attachTo(@NonNull com.scichart.core.IServiceContainer services)
attachTo
in interface com.scichart.core.framework.IAttachable
attachTo
in class RangeCalculationHelperBase<java.lang.Double>
public void detach()
detach
in interface com.scichart.core.framework.IAttachable
detach
in class RangeCalculationHelperBase<java.lang.Double>
protected void growBy(com.scichart.data.model.IRange<java.lang.Double> range, com.scichart.data.model.IRange<java.lang.Double> growBy)
growBy
in class RangeCalculationHelperBase<java.lang.Double>