Page 1 of 1

Change style of TChartShape

Posted: Wed Nov 27, 2013 1:22 pm
by 16465017
Hi, I need to change style of TChartShape.
I do this:

Code: Select all

Chart1->AddSeries(new TChartShape(Form2));
TChartShape(Chart1->Series[0]).Style=chasRectangle;
Chart draw circle (it's default style). How can I draw rectangle?

Re: Change style of TChartShape

Posted: Wed Nov 27, 2013 2:06 pm
by narcis
Hello,

This looks like a bug in C++ Builder only. I have added it ([ID487]) to the bug list to be fixed.