Draws tickmarks and sub-tickmarks on an axis
subtick
ChartOption for sub-tickmarks (dividing the area between tickmarks)
Available attributes: subtick has the same attributes as AxisTickMark (color, reliefColor, size) except the subtick attribute itself.
paddingTopAxis
Defines the padding between the tickmarks and the corresponding tickmark labels of the top axis. When a value is entered, the tickmark labels of the top axis will be moved upwards relative to the position of the tickmarks.
Accepted values: Padding as number in pixels or any calculation (e.g. 0.1*$chartWidth).
default: 0
paddingRightAxis
Defines the padding between the tickmarks and the corresponding tickmark labels of the right axis. When a value is entered, the tickmark labels of the right axis will be moved to the right relative to the position of the tickmarks.
Accepted values: Padding as number in pixels or any calculation (e.g. 0.1*$chartWidth).
default: 0
paddingBottomAxis
Defines the padding between the tickmarks and the corresponding tickmark labels of the bottom axis. When a value is entered, the tickmark labels of the bottom axis will be moved downwards relative to the position of the tickmarks.
Accepted values: Padding as number in pixels or any calculation (e.g. 0.1*$chartWidth).
default: 0
paddingLeftAxis
Defines the padding between the tickmarks and the corresponding tickmark labels of the left axis. When a value is entered, the tickmark labels of the left axis will be moved to the left relative to the position of the tickmarks.
Accepted values: Padding as number in pixels or any calculation (e.g. 0.1*$chartWidth).
default: 0
<axisTick>
<color>$BLUE</color>
<size>7</size>
<subtick>
<color>$LIGHTSKYBLUE</color>
<size>3</size>
</subtick>
</axisTick>
All elements not affected by AxisTickOption have been grayed out.