Series Vertical Axis

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
DieterMuc
Newbie
Newbie
Posts: 4
Joined: Tue Jan 05, 2010 12:00 am

Series Vertical Axis

Post by DieterMuc » Thu Sep 16, 2010 2:53 pm

Hi Folks,

during runtime I create a new chart and custom axis custum 0 til custom 5.
. Cpp code
pFastLineSeries -> VertAxis = aLeftAxis; // OK
pFastLineSeries -> VertAxis = aRightAxis;// OK
pFastLineSeries -> VertAxis = aCustomVertAxis;// not ok

When I control the chart wiht the chart-editor, I see that the 3. series has set vertical axis "Left"! What I'm doing wrong?

Thank you for an answer!

Kind regards

Dieter

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

Re: Series Vertical Axis

Post by Narcís » Fri Sep 17, 2010 9:06 am

Hi Dieter,

You should assign custom axes using VerticalAxisCustom and HorizontalAxisCustom properties as shown in tutorial 4 or in the examples here. Tutorials can be found at TeeChart's program group.

Hope this helps!
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

DieterMuc
Newbie
Newbie
Posts: 4
Joined: Tue Jan 05, 2010 12:00 am

Re: Series Vertical Axis

Post by DieterMuc » Sat Sep 18, 2010 10:03 pm

Ok, I understand.

Thank you!

Kind regards

Dieter

Post Reply