TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
-
- Newbie
- Posts: 1
- Joined: Mon Nov 10, 2003 5:00 am
Post
by » Mon Nov 17, 2003 4:20 pm
Hi, i manually create the series, for one of the lineseries i want to use a different scale and axis (right axis). Can you show how I link the lineseries to the right axis and how I make the right axis show up.
Thanks
Lasse
-
Marjan
- Site Admin
- Posts: 745
- Joined: Fri Nov 07, 2003 5:00 am
- Location: Slovenia
-
Contact:
Post
by Marjan » Mon Nov 17, 2003 5:11 pm
Hi, Lasse.
This one is relatively simple. All you must do is set the series VertAxis property to aRightAxis:
Series1.VertAxis := aRightAxis;
Then Series1 will use right axis as it's vertical axis.