Search found 3 matches

by R&T
Wed Nov 27, 2013 1:22 pm
Forum: VCL
Topic: Change style of TChartShape
Replies: 1
Views: 2943

Change style of TChartShape

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?
by R&T
Fri Aug 30, 2013 9:04 am
Forum: VCL
Topic: Find datasource record by Gantt bar
Replies: 1
Views: 2967

Re: Find datasource record by Gantt bar

I found decision. In the event "SeriesAfterAdd" parameter ValueIndex is a RecNo in ADOTable.
by R&T
Fri Aug 30, 2013 6:40 am
Forum: VCL
Topic: Find datasource record by Gantt bar
Replies: 1
Views: 2967

Find datasource record by Gantt bar

Hi! How can I identify datasource record by Gantt bar from Gantt Series DBChart? I have one serie, each bar is a non-unique record from ADOTable.