2020.1

Table Of Contents
l
Color: Select a custom color for the label (default is black): click the colored square
to open the Color Picker dialog ("Color Picker" on page458), or enter a valid
hexademical color (HTML Hex Color) or a predefined CSS color (CSS color
names). (Equivalent to the
titleColor
property; see: titleColor.)
l
Font Size: Enter a font size for the title. (Equivalent to the
titleFontSize
property; see: titleFontSize.)
l
Grid group:
l
Color: Select a color for the grid lines that divide the category axis: click the colored
square to open the Color Picker dialog ("Color Picker" on page458), or enter a valid
hexademical color (HTML Hex Color) or a predefined CSS color (CSS color
names). (Equivalent to the
gridColor
property; see: gridColor.)
l
Opacity: Enter the opacity percentage of the grid. Default is 15%. 100 is fully
opaque, 0 is transparent. (Equivalent to the
gridAlpha
property; see: gridAlpha.)
l
Thickness: Enter a thickness for the grid lines. Default is 1. (Equivalent to the
gridThickness
property; see: gridThickness.)
l
Position: Specifies if a grid line is placed on the centre of a cell or on the beginning
of a cell. (Equivalent to the
gridPosition
property; see: gridPosition.)
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"
Page 449