public class NumericTickProvider extends NumericTickProviderBase
NumericAxis
currentMajorDelta, currentMinorDelta, currentVisibleRangeMax, currentVisibleRangeMin, MIN_MINOR_DELTA_VALUE
axis
Constructor and Description |
---|
NumericTickProvider() |
Modifier and Type | Method and Description |
---|---|
protected void |
updateTicks(com.scichart.core.model.DoubleValues minorTicks,
com.scichart.core.model.DoubleValues majorTicks)
Updates major and minor tick values
|
getMajorTickIndex, guardDeltaValues, isFirstMajorTickEven, isParamsValid, update, updateCullingPriorities
getTicks
attachTo, detach, isAttached
protected void updateTicks(com.scichart.core.model.DoubleValues minorTicks, com.scichart.core.model.DoubleValues majorTicks)
updateTicks
in class TickProvider
minorTicks
- The minor ticks to updatemajorTicks
- The major ticks to update