Page 1 of 1

Wrapping mark text in a TPieSeries chart...

Posted: Wed Sep 15, 2004 8:38 pm
by 4207540
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

Posted: Thu Sep 16, 2004 11:19 am
by Pep
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