VisibleMajorTicks property
Indicates whether the major tick marks on an axis are displayed.
Syntax
Set: Axis.setVisibleMajorTicks(isVisible)
Get: isVisible = Axis.getVisibleMajorTicks
Applies to
Axis object.
Data type
boolean. The value is true if the major tick marks are visible, and false otherwise. The default value is true for the y-axis and false for the x-axis.
See also
VisibleMinorTicks property
showXAxisMajorTicks PARAM tag
showYAxisMajorTicks PARAM tag