axis title color not working

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Jon
Newbie
Newbie
Posts: 8
Joined: Tue Sep 07, 2004 4:00 am

axis title color not working

Post by Jon » Wed Feb 23, 2005 4:27 pm

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.

Jon
Newbie
Newbie
Posts: 8
Joined: Tue Sep 07, 2004 4:00 am

Post by Jon » Wed Feb 23, 2005 4:32 pm

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?

Pep
Site Admin
Site Admin
Posts: 3274
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Feb 23, 2005 9:06 pm

Hi,

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

Post Reply