Series Vertical Axis
Posted: 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
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