VisibleAxisLine property
Indicates whether the axis line is displayed.
Syntax
Set: Axis.setVisibleAxisLine(isVisible)
Get: isVisible = Axis.getVisibleAxisLine
Applies to
Axis object.
Data type
boolean. The value is true if the axis line is visible, and false otherwise. The default value is true.
Usage
To completely hide the axis line, set the Visible property for the plot to false as well.
See also
showXAxisLine PARAM tag
showYAxisLine PARAM tag