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;