public class LogarithmicRangeCalculationHelper extends NumericRangeCalculationHelper
LogarithmicNumericAxis
.parentSurface
axis, dataRange, math, maximumRange, 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) |
getWindowedYRange, isValidSeriesForXAxis, isValidSeriesForYAxis, updateDataRange, updateMaximumRange, updateXDataRange, updateYDataRange
coerceUndefinedRange, coerceZeroRange, getDataRange, getMaximumRange, isAttached, onDataRangeChanged
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataRange, getMaximumRange, onDataRangeChanged
public LogarithmicRangeCalculationHelper()
LogarithmicRangeCalculationHelper
.public void attachTo(com.scichart.core.IServiceContainer services)
attachTo
in interface com.scichart.core.framework.IAttachable
attachTo
in class RangeCalculationHelper2DBase<java.lang.Double>
public void detach()
detach
in interface com.scichart.core.framework.IAttachable
detach
in class RangeCalculationHelper2DBase<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 RangeCalculatorHelperBase<java.lang.Double,IAxis>