Page 1 of 1

Changing Axis color in 8.04

Posted: Mon Oct 19, 2009 8:26 am
by 10547875
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

Re: Changing Axis color in 8.04

Posted: Mon Oct 19, 2009 9:12 am
by yeray
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;

Re: Changing Axis color in 8.04

Posted: Mon Oct 19, 2009 9:49 am
by 10547875
Thanks!

That did the trick!

/Tim