Multiple Pies: any way to title on each pie?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
cheaps
Newbie
Newbie
Posts: 17
Joined: Thu Mar 25, 2004 5:00 am
Location: Boston MA
Contact:

Multiple Pies: any way to title on each pie?

Post by cheaps » Mon Mar 29, 2004 5:56 pm

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?

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Mon Mar 29, 2004 8:03 pm

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.
Marjan Slatinek,
http://www.steema.com

cheaps
Newbie
Newbie
Posts: 17
Joined: Thu Mar 25, 2004 5:00 am
Location: Boston MA
Contact:

Post by cheaps » Mon Mar 29, 2004 8:21 pm

Thanks I'll give it a try

Post Reply