changing the name of Tshapeseries at runtime
Posted: Wed Aug 19, 2009 2:12 pm
Hi,
I have created a TShapreSeries on Teechart at designtime and the name of the series is "Series2".
I am trying to change the name of series as below and change a property,
TChartShape* Series2;
Series2->Name = "NewName";
Series2->Active = false; // exception occurs here...
Any clue why is this happening and how to change ar runtime the name.
I have created a TShapreSeries on Teechart at designtime and the name of the series is "Series2".
I am trying to change the name of series as below and change a property,
TChartShape* Series2;
Series2->Name = "NewName";
Series2->Active = false; // exception occurs here...
Any clue why is this happening and how to change ar runtime the name.