Page 1 of 1

Series Vertical Axis

Posted: Thu Sep 16, 2010 2:53 pm
by 10054996
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

Re: Series Vertical Axis

Posted: Fri Sep 17, 2010 9:06 am
by narcis
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!

Re: Series Vertical Axis

Posted: Sat Sep 18, 2010 10:03 pm
by 10054996
Ok, I understand.

Thank you!

Kind regards

Dieter