XE2.
I have two pie captions on the same TChart. I show a title on top of the different pie series, but the title of the right one has a different background color than the title of the one on the left.
Here is a snippet of screen shot:
Why are they different?
I have a attached a demo project that reproduces this.
Ed Dressel
Pie Caption's Background Different Colors
-
- Advanced
- Posts: 228
- Joined: Tue Aug 28, 2007 12:00 am
- Location: Oregon, USA
Pie Caption's Background Different Colors
- Attachments
-
- Pie Captions.zip
- (2.75 KiB) Downloaded 559 times
Re: Pie Caption's Background Different Colors
Hi Ed,
Add this in your DrawPieSeriesCaption function, somewhere between assigning lC and calling lC.TextOut:
Add this in your DrawPieSeriesCaption function, somewhere between assigning lC and calling lC.TextOut:
Code: Select all
lC.Brush.Style:=bsClear;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |