Changing Axis color in 8.04

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
timhamel
Newbie
Newbie
Posts: 34
Joined: Mon Dec 31, 2007 12:00 am

Changing Axis color in 8.04

Post by timhamel » Mon Oct 19, 2009 8:26 am

Hi!

Stupid question, but I am not able to find the spot where to change the color for the left and buttom (or any) axis. I been checking the Edit
dialog box, but I just can't sport it. The default seems to be solid Black.

Thanks!

/Tim

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Changing Axis color in 8.04

Post by Yeray » Mon Oct 19, 2009 9:12 am

Hi Tim,

Navigate through the editor to Chart\Axis, at this tab, select the desired axis and go to the Ticks tab. The Axis... button is the one you are looking for.
The same through code is, for example:

Code: Select all

Chart1.Axes.Left.Axis.Color := clRed;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

timhamel
Newbie
Newbie
Posts: 34
Joined: Mon Dec 31, 2007 12:00 am

Re: Changing Axis color in 8.04

Post by timhamel » Mon Oct 19, 2009 9:49 am

Thanks!

That did the trick!

/Tim

Post Reply