public class CategoryTickProvider extends DeltaTickProvider<NumericDeltaCalculator>
CategoryAxisBase
currentMajorDelta, currentMinorDelta, currentVisibleRangeMax, currentVisibleRangeMin, MIN_MINOR_DELTA_VALUE
axis
Constructor and Description |
---|
CategoryTickProvider()
Creates a new instance of
CategoryTickProvider class |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isParamsValid(com.scichart.data.model.IRange tickRange,
java.lang.Comparable minorDelta,
java.lang.Comparable majorDelta)
Checks whether provided parameters are valid for this tick provider
|
protected void |
updateTicks(com.scichart.core.model.DoubleValues minorTicks,
com.scichart.core.model.DoubleValues majorTicks)
Updates major and minor tick values
|
getMajorTickIndex, guardDeltaValues, isFirstMajorTickEven, update, updateCullingPriorities
getTicks
attachTo, detach, isAttached
public CategoryTickProvider()
CategoryTickProvider
classprotected boolean isParamsValid(com.scichart.data.model.IRange tickRange, java.lang.Comparable minorDelta, java.lang.Comparable majorDelta)
isParamsValid
in class DeltaTickProvider<NumericDeltaCalculator>
tickRange
- The Axis Visible RangeminorDelta
- The minor delta valuemajorDelta
- The major delta valueprotected 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