categoryAxis.titleObject
The title of the category axis.
categoryAxis.title.backgroundString
The background color of the title. Any valid CSS color string will work here, including hex and rgb.
categoryAxis.title.borderObject
The border of the title.
categoryAxis.title.border.colorString
(default: "black")
The color of the border. Any valid CSS color string will work here, including hex and rgb.
categoryAxis.title.border.dashTypeString
(default: "solid")
The dash type of the border.
"solid"
Specifies a solid line.
"dot"
Specifies a line consisting of dots.
"dash"
Specifies a line consisting of dashes.
"longDash"
Specifies a line consisting of a repeating pattern of long-dash.
"dashDot"
Specifies a line consisting of a repeating pattern of dash-dot.
"longDashDot"
Specifies a line consisting of a repeating pattern of long-dash-dot.
"longDashDotDot"
Specifies a line consisting of a repeating pattern of long-dash-dot-dot.
categoryAxis.title.border.widthNumber
(default: 0)
The width of the border.
categoryAxis.title.colorString
The text color of the title. Any valid CSS color string will work here, including hex and rgb.
categoryAxis.title.fontString
(default: "16px Arial,Helvetica,sans-serif")
The font style of the title.
categoryAxis.title.marginNumber|Object
(default: 5)
The margin of the title.
categoryAxis.title.positionString
(default: "center")
The position of the title.
"top"
The axis title is positioned on the top (applicable to vertical axis)
"bottom"
The axis title is positioned on the bottom (applicable to vertical axis)
"left"
The axis title is positioned on the left (applicable to horizontal axis)
"right"
The axis title is positioned on the right (applicable to horizontal axis)
"center"
The axis title is positioned in the center
categoryAxis.title.rotationNumber
(default: 0)
The rotation angle of the title.
categoryAxis.title.textString
The text of the title.
categoryAxis.title.visibleBoolean
(default: true)
The visibility of the title.