Wrapping mark text in a TPieSeries chart...

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Chris_V
Newbie
Newbie
Posts: 3
Joined: Sun Nov 04, 2001 5:00 am

Wrapping mark text in a TPieSeries chart...

Post by Chris_V » Wed Sep 15, 2004 8:38 pm

I am using the teechart component that comes with delphi 6

I have an issue I am trying to overcome with the width of the marks in a
teechart.

I create a chart component and series on the fly according to Db sql
results, then create a jpg image of the chart to imbed into an html report.
I set the size of this image by:

Rect.Left := 0;

Rect.Top := 0;

Rect.Right := 650;

Rect.Bottom := 480;


My current issue is, where the label value of a pieseries is quite long, it
makes the pie chart itself look like and egg, because the space for the mark
is used before the actual chart can begin.



Does anyone know of a way to wrap the seriesmark text value??

Cheers

Chris

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Sep 16, 2004 11:19 am

Hi Chris,
Does anyone know of a way to wrap the seriesmark text value??
yes, you can see one example which shows how to do this in the Demo Features project under : All Features -> Welcome ! -> Miscellaneous -> Series Marks -> Multi-line

Post Reply