best way to create series of custom type at runtime?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Fang
Newbie
Newbie
Posts: 17
Joined: Wed May 18, 2005 4:00 am
Location: Johns Hopkins University

best way to create series of custom type at runtime?

Post by Fang » Sat Jun 04, 2005 8:07 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jun 06, 2005 10:56 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply