Page 1 of 1

additional axis

Posted: Thu Mar 16, 2006 2:09 pm
by 9638326
hi there,

I am working on a runtime-option for enabling the right and top axis in addition to the normal enabled left and bottom.
They cannot set to just beeing visible unless the option in the TeeChart Editor( Series -> General ->) to set the horizontal and vertical axis to both, bottom and top - and left and right is not set.
The problem is now that all series which will be shown in the chart will be added at runtime so the general option is not avaible before.

Is there any possibility to set those horizontal and vertical properties at runtime and not in the editor? I did not found them but they are to be there, arent they?

thanks in advance,
robert

Posted: Thu Mar 16, 2006 2:26 pm
by narcis
Hi robert,

Yes, this is possible, you need to use, for example:

Code: Select all

line2.VertAxis = Steema.TeeChart.Styles.VerticalAxis.Both;