Search found 3 matches

by matthias
Fri Nov 23, 2007 1:24 pm
Forum: VCL
Topic: Simple Pie
Replies: 3
Views: 5835

Hi Yeray,

I found out that the AntialiasTool is the problem:
The strange visual effect appears after adding
AntialiasTool:=TAntiAliasTool.Create(Self);
AntialiasTool.AntiAlias:=true;
Chart1.Tools.Add(AntialiasTool);

I use version TeeChart Pro v. 8.01

Matthias.
by matthias
Fri Nov 23, 2007 10:37 am
Forum: VCL
Topic: Simple Pie
Replies: 3
Views: 5835

Simple Pie

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; S...
by matthias
Tue Oct 09, 2007 5:49 pm
Forum: VCL
Topic: TeeChart: position of legend
Replies: 1
Views: 5437

TeeChart: position of legend

Hallo, three beginners questions concerning TChartLegend: I need to position a legend (Alignment:=laBottom) so that the left angle of the legend is exactly beneath the y-axis. Every entry in the legend should be on a separate row. Is there an easy way to get this? And: How to control the space betwe...