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;


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.