Dynamically change series

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Monkey
Newbie
Newbie
Posts: 6
Joined: Wed Jul 27, 2005 4:00 am

Dynamically change series

Post by Monkey » Fri Oct 03, 2008 11:41 am

Hi there,

I'm using a TIsoSurface Series to write some data to a 3d Tchart.

Is it possible to dynamically change the properties of the TIsoSurface series at runtime, in order to change the colour style of the data on the chart (e.g. with the click of a button) without reinstantiating the chart itself?

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

Post by Narcís » Fri Oct 03, 2008 11:49 am

Hi Monkey,

Yes, you can do as in the example I posted here. You can also typecast series like in the example here.

Hope this helps.
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

Monkey
Newbie
Newbie
Posts: 6
Joined: Wed Jul 27, 2005 4:00 am

Post by Monkey » Fri Oct 03, 2008 12:54 pm

Yes, that helps a lot! :)

Thanks!

Post Reply