Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1730
axes line color
posted

Hi,

How to change the axes line colors ??

Along with that, also I would like to know how to change Major and Minor line colors for axes.

It seems like its possible through CSS, but i believe there should be some property for this.

Any help would be appreciated.

  • 30692
    Suggested Answer
    Offline posted

    axis line color = stroke

    major line color = majorStroke

    minor line color = minorStroke

    you can also set

    strokeThickness, majorStrokeThickness, minorStrokeThickness.

    These are all options on the axis you are trying to configure.

    Hope this helps!

    -Graham