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
best way to create series of custom type at runtime?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Fang,
Most chart editor series subtypes are standard types with some properties applied to them.
Most chart editor series subtypes are standard types with some properties applied to them.
It is just creating a line series and setting line1.pointer.visible=true.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?
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |