Change style of TChartShape

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
R&T
Newbie
Newbie
Posts: 3
Joined: Tue Feb 19, 2013 12:00 am

Change style of TChartShape

Post by R&T » Wed Nov 27, 2013 1:22 pm

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?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Change style of TChartShape

Post by Narcís » Wed Nov 27, 2013 2:06 pm

Hello,

This looks like a bug in C++ Builder only. I have added it ([ID487]) to the bug list to be fixed.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply