RadarSeries and Filled series?
Posted: Wed Oct 19, 2011 10:28 am
Hi Support,
D7 - Tee Pro2011
sorry if my question is too newbie but I Add a RadarSerie in RunTime on my chart and I would like to set the property filled to True.
I'm sorry but I can't find the right property to do that.
thanks a lot,
My code:
D7 - Tee Pro2011
sorry if my question is too newbie but I Add a RadarSerie in RunTime on my chart and I would like to set the property filled to True.
I'm sorry but I can't find the right property to do that.
thanks a lot,
My code:
Code: Select all
RS := TRadarSeries.Create(ASG.ChartSpider);
RS.ParentChart := ASG.ChartSpider;
RS.Title := LR1.Name+' ('+LR1.Other+')';
RS.Circled := True;
RS.CircleLabels := True;
RS.TreatNulls := tnIgnore;
RS.ClockWiseLabels := True;
RS.Marks.Visible := True;
RS.Marks.Transparent := True;
RS.Marks.Style := smsValue;