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??
Wrapping the series mark text value on a tpieseries chart...
Hi Chris,
you should post this question into the VCL forum as it's related with Delphi and TeeChart VCL version.
Also, to make the Chart rounded you can use the Circled property :
Series1.Circled := true;
you should post this question into the VCL forum as it's related with Delphi and TeeChart VCL version.
To change the Text in the Marks you can use the OnGetMarkText event. See the help file for details.Does anyone know of a way to wrap the seriesmark text value??
Also, to make the Chart rounded you can use the Circled property :
Series1.Circled := true;
Pep Jorge
http://support.steema.com
http://support.steema.com