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
Changing Axis color in 8.04
Re: Changing Axis color in 8.04
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:
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Changing Axis color in 8.04
Thanks!
That did the trick!
/Tim
That did the trick!
/Tim