TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
-
Matheo Soft.
- Newbie
- Posts: 21
- Joined: Tue Oct 04, 2011 12:00 am
Post
by Matheo Soft. » 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:
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;
-
Yeray
- Site Admin
- Posts: 9612
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
Post
by Yeray » Wed Oct 19, 2011 11:56 am
Hello Matheo,
I think you are looking for this:
-
Matheo Soft.
- Newbie
- Posts: 21
- Joined: Tue Oct 04, 2011 12:00 am
Post
by Matheo Soft. » Wed Oct 19, 2011 12:28 pm
Great ! thanks a lot !!!
Just another little question:
Is it possible to set a transparency to the area filled ?
Thx a lot!
-
Yeray
- Site Admin
- Posts: 9612
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
Post
by Yeray » Wed Oct 19, 2011 2:04 pm
Hello Matheo,
Have you tried this?
-
Matheo Soft.
- Newbie
- Posts: 21
- Joined: Tue Oct 04, 2011 12:00 am
Post
by Matheo Soft. » Wed Oct 19, 2011 2:17 pm
oh Yes !! it works fine ! exactly what I want !
thanks a lot for your great and quick support!
-
Yeray
- Site Admin
- Posts: 9612
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
Post
by Yeray » Wed Oct 19, 2011 2:38 pm
Hi Matheo,
Matheo Soft. wrote:oh Yes !! it works fine ! exactly what I want !
I'm glad to hear that!
Matheo Soft. wrote:thanks a lot for your great and quick support!
You're welcome!