ComponentOne 3D Chart for WinForms
Chart 3D for WinForms Task-Based Help / Changing the Axis Label Color
In This Topic
    Changing the Axis Label Color
    In This Topic

    To change the axis label color to green, use the following code:

    c1Chart3D1.ChartArea.Style.ForeColor = System.Drawing.Color.Green;

    or

    c1Chart3D1.ChartArea.View.ForeColor = System.Drawing.Color.Green;
    See Also