Page 1 of 1

best way to create series of custom type at runtime?

Posted: Sat Jun 04, 2005 8:07 pm
by 8129925
Hi,
Chart Editor is very nice letting me choose tons of series at design time. I wonder if I can do the same at run time. Ex. if all those series in the chart editor are predefined type? If so, where can I find them?

If not, Ex. if i want to a line series with point visible, shall I derive a series from Steema.Chart.Style.Line and make pointer visible?

Just curious what's the best way to do it? Thanks.

Fang
Best Regards

Posted: Mon Jun 06, 2005 10:56 am
by narcis
Hi Fang,

Most chart editor series subtypes are standard types with some properties applied to them.
If not, Ex. if i want to a line series with point visible, shall I derive a series from Steema.Chart.Style.Line and make pointer visible?
It is just creating a line series and setting line1.pointer.visible=true.