public class LogarithmicRangeCalculationHelper3D extends NumericRangeCalculationHelper3D
LogarithmicNumericAxis3D
.parentSurface
Constructor and Description |
---|
LogarithmicRangeCalculationHelper3D()
Creates a new instance of
LogarithmicRangeCalculationHelper3D . |
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) |
updateDataRange
coerceUndefinedRange, coerceZeroRange, getDataRange, getMaximumRange, isAttached, onDataRangeChanged, updateMaximumRange
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LogarithmicRangeCalculationHelper3D()
LogarithmicRangeCalculationHelper3D
.public void attachTo(com.scichart.core.IServiceContainer services)
attachTo
in interface com.scichart.core.framework.IAttachable
attachTo
in class RangeCalculationHelper3DBase<java.lang.Double>
public void detach()
detach
in interface com.scichart.core.framework.IAttachable
detach
in class RangeCalculationHelper3DBase<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 com.scichart.charting.visuals.axes.rangeCalculators.RangeCalculatorHelperBase<java.lang.Double,IAxis3D>