Simple Pie
Posted: Fri Nov 23, 2007 10:37 am
I need to draw a very simple pie chart with
- different color fills,
- separated by lines in one color different to that of the pie pieces,
- no shadow,
- with no line around the pie.
I used
Series.ColorEachPoint:=true;
Series.Pen.Visible:=false;
Series.Shadow.Visible:=false;
Series.Dark3D:=false;
Series.PiePen.Visible:=false;
Series.Color:=Color;
The resulting pie shows still a line around that seems to be a "trace" of a shadow.
What can I do?
Thanks for all help!
Matthias
- different color fills,
- separated by lines in one color different to that of the pie pieces,
- no shadow,
- with no line around the pie.
I used
Series.ColorEachPoint:=true;
Series.Pen.Visible:=false;
Series.Shadow.Visible:=false;
Series.Dark3D:=false;
Series.PiePen.Visible:=false;
Series.Color:=Color;
The resulting pie shows still a line around that seems to be a "trace" of a shadow.
What can I do?
Thanks for all help!
Matthias