Creating a right custom vertical axis

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
fabnav
Newbie
Newbie
Posts: 17
Joined: Thu Sep 30, 2004 4:00 am

Creating a right custom vertical axis

Post by fabnav » Sun Apr 29, 2007 3:42 am

Hi,

I have created a custom vertical axis, and it works, but it is displayed on the left side of the chart. How do I create one that gets displayed on the right side of the chart?

Thanks,

Bill

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

Post by Yeray » Mon Apr 30, 2007 9:04 am

Hi Bill,

You should do the following:

Code: Select all

Chart1.CustomAxes.Items[0].OtherSide := true;
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

fabnav
Newbie
Newbie
Posts: 17
Joined: Thu Sep 30, 2004 4:00 am

Post by fabnav » Mon Apr 30, 2007 2:22 pm

Hi Veray,

Thank you. that works.

Bill

Post Reply