Page 1 of 1

axis title color not working

Posted: Wed Feb 23, 2005 4:27 pm
by 8884073
this.tChart1.Axes.Left.Title.Color = Color.Red;

It didnt work in my own program, and I also modified one of the examples and added this.. it doesnt seem to work at all.

Posted: Wed Feb 23, 2005 4:32 pm
by 8884073
replying to my own message.. it seems that doing this does what i want:

this.tChart1.Axes.Left.Title.Font.Color = Color.Red;

but, what does Title.Color do then?

Posted: Wed Feb 23, 2005 9:06 pm
by Pep
Hi,

the the Color property defines the shape Color (which cannot be used here), but it's bcos it derives from Shape.