Change style of TChartShape
Posted: Wed Nov 27, 2013 1:22 pm
Hi, I need to change style of TChartShape.
I do this:
Chart draw circle (it's default style). How can I draw rectangle?
I do this:
Code: Select all
Chart1->AddSeries(new TChartShape(Form2));
TChartShape(Chart1->Series[0]).Style=chasRectangle;