Z Axis Title Color does not change
Posted: Tue Nov 11, 2008 9:05 am
Hi,
I am using Red Color for X, Y and Z Axis Title and Blue Color for their respective Scale values.
But, the color for Z Axis (Left Axis) title gets painted with same color as of Axis Scale Color. For X and Y Axis it is working properly.
I have uploaded image "Z Axis Title Color.JPG" for reference.
Code for the same is-
For Scale labels-
XAxis.Labels.Items[0].Font.Color = Color.Blue;
YAxis.Labels.Items[0].Font.Color = Color.Blue;
ZAxis.Labels.Items[0].Font.Color = Color.Blue;
For Title-
XAxis.Title.Font.Color = Color.Red;
YAxis.Title.Font.Color = Color.Red;
ZAxis.Title.Font.Color = Color.Red;
Please Help. Thanks in Advance.
Regards,
Sanyog.
I am using Red Color for X, Y and Z Axis Title and Blue Color for their respective Scale values.
But, the color for Z Axis (Left Axis) title gets painted with same color as of Axis Scale Color. For X and Y Axis it is working properly.
I have uploaded image "Z Axis Title Color.JPG" for reference.
Code for the same is-
For Scale labels-
XAxis.Labels.Items[0].Font.Color = Color.Blue;
YAxis.Labels.Items[0].Font.Color = Color.Blue;
ZAxis.Labels.Items[0].Font.Color = Color.Blue;
For Title-
XAxis.Title.Font.Color = Color.Red;
YAxis.Title.Font.Color = Color.Red;
ZAxis.Title.Font.Color = Color.Red;
Please Help. Thanks in Advance.
Regards,
Sanyog.