2021.2

Table Of Contents
Tip
The position of the ticks (which is Middle by default) does not move with the
grid. To change the tick position, add the following to the
categoryAxis
section on the Source tab:
"tickPosition": "start"
.
l
Tick Length: Length of the tick marks. (Equivalent to the
tickLength
property; see: tickLength.)
Tip
By default, one label per grid line will appear on the Category axis. To change
that frequency, add the following to the
categoryAxis
section on the Source tab:
"labelFrequency": "2"
(replace 2 by the desired number of grid lines).
l Axis group:
l
Color: Select a color for the value axis: click the colored square to open the Color
Picker dialog ("Color Picker" on page960), or enter a valid hexademical color
(HTML Hex Color) or a predefined CSS color (CSS color names). (Equivalent to the
axisColor
property; see: axisColor.)
l
Opacity: Enter the opacity in percentage for the axis. 100 is fully opaque, 0 is
transparent. Set opacity to 0 to hide the axis. (Equivalent to the
axisAlpha
property; see: axisAlpha.)
l
Thickness: Enter the thickness of the axis. (Equivalent to the
axisThickness
Page 952