Page 1 of 1

Dynamically change series

Posted: Fri Oct 03, 2008 11:41 am
by 9237867
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?

Posted: Fri Oct 03, 2008 11:49 am
by narcis
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.

Posted: Fri Oct 03, 2008 12:54 pm
by 9237867
Yes, that helps a lot! :)

Thanks!