style

Additional CSS attributes for formatting the axis title:

axisY: {
    title: {
        text: "Axis YText",
        style: {
            color: 'red'
        }
    }
}

This setting is demonstrated in the following example.