Page 1 of 1

Multiple Pies: any way to title on each pie?

Posted: Mon Mar 29, 2004 5:56 pm
by 9336879
Im just experimeneting with the multiple pies feature (Teechart 7/Delphi7). I cant see a way to have each of the pies have a different title. Its shown in the legend but its not easy to see which pie relates to which item on the legend.

Any thoughts?

Posted: Mon Mar 29, 2004 8:03 pm
by Marjan
Hi.

The easiest solution would be to draw each pie series title directly on chart canvas in it's OnAfterDraw event. Or use one of the Series events to draw the text at specific x,y coordinate.

Alternatively, you can also use custom positioned TAnnotationTool for each series.

Posted: Mon Mar 29, 2004 8:21 pm
by 9336879
Thanks I'll give it a try