public final class AxisTicks
extends java.lang.Object
implements com.scichart.core.framework.ICleanable
Constructor and Description |
---|
AxisTicks()
Creates a new instance of
AxisTicks instance |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
com.scichart.core.model.IntegerValues |
getCullingPriorities()
Gets the major ticks culling priorities which are used during culling of axis tick labels
|
com.scichart.core.model.DoubleValues |
getMajorTicks()
Gets the major ticks
|
com.scichart.core.model.DoubleValues |
getMinorTicks()
Gets the minor ticks
|
static boolean |
isEmpty(AxisTicks ticks)
Checks whether the
AxisTicks instance is empty |
boolean |
isFirstMajorTickEven()
Gets the value indicating whether the first tick in
getMajorTicks() is even. |
void |
setIsFirstMajorTickEven(boolean isFirstMajorTickEven)
Sets the value indicating whether the first tick in
getMajorTicks() is even. |
public AxisTicks()
AxisTicks
instancepublic void clear()
clear
in interface com.scichart.core.framework.ICleanable
public final com.scichart.core.model.DoubleValues getMajorTicks()
public final com.scichart.core.model.DoubleValues getMinorTicks()
public final com.scichart.core.model.IntegerValues getCullingPriorities()
public final boolean isFirstMajorTickEven()
getMajorTicks()
is even.
This value is used for drawing major axis bandsgetMajorTicks()
is even.public final void setIsFirstMajorTickEven(boolean isFirstMajorTickEven)
getMajorTicks()
is even.
This value is used for drawing major axis bandsisFirstMajorTickEven
- If true the first tick in in getMajorTicks()
is even.