8.02
I am changing the values to the TPieSeries.Pen.Color to clWhite and the Width to '5' and the pen color is black. If I then set Pen.Visible to false, it doesn't change anything.
Is this a bug?
Thanks
Does the TPieChart.Pen.... work
-
- Advanced
- Posts: 228
- Joined: Tue Aug 28, 2007 12:00 am
- Location: Oregon, USA
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi TestAlways,
Are you using PiePen instead of Pen as shown below? PiePen works fine for me here.
Are you using PiePen instead of Pen as shown below? PiePen works fine for me here.
Code: Select all
Series1.PiePen.Color:=clWhite;
Series1.PiePen.Width:=5;
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Advanced
- Posts: 228
- Joined: Tue Aug 28, 2007 12:00 am
- Location: Oregon, USA