Hello,
I am using TeeChart 8.0.6 and I noticed an issue. I draw a chart to a metafile canvas using the following code, which works ok:
Code: Select all
MyChart.ChartRect:=TeeRect(x1, y1, x2, y2);
MyChart.DrawToMetaCanvas(MyMetafileCanvas, MyChart.ChartRect);
Before I call the above lines I need to change the Font size of my Left and Bottom Axis using the code which does not work:
Code: Select all
MyChart.Axes.Left.LabelsFont.Size = 6
The above code works ok when altering the Font size of a chart in a form. I am pretty sure that with previous versions this worked ok. As I am a source code customer I would really appreciate any hints
Regards