Page 1 of 1

It is anyway to store my object into series.

Posted: Wed Nov 15, 2006 8:22 am
by 9638303
Dear Sir

It is anyway to store my object into series.
example
TChart.Series(0).Item(0).tag = myclass

thank
Eric

Posted: Thu Nov 16, 2006 3:06 pm
by narcis
Hello Eric,

Current series implementation doesn't contain a property like this. However, you can create your custom series class inheriting from any TeeChart series style and adding this field.