[]
        
(Showing Draft Content)

Changing the Axis Label Color

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

Creating Chart Elements Using the Smart Designer