Custom Axis enable otherside-checkbox

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Mandi Nice
Newbie
Newbie
Posts: 3
Joined: Fri Dec 07, 2007 12:00 am

Custom Axis enable otherside-checkbox

Post by Mandi Nice » Sun Oct 05, 2008 1:36 pm

Hi

I can't enable the otherside - checkbox to use custom axis on right side of chart.

Or how to use custom axis on right side ?

When I download the demo I can enable the checkbox ?

Many thanks
Mandi

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Oct 06, 2008 8:12 am

Hi Mandi,

This works fine for me here either at designtime and at runtime using this code:

Code: Select all

  Chart1.CustomAxes.Items[0].OtherSide:=true;
Which TeeChart version are you using?

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply