Page 1 of 1

Teechart 7 and Quick Report Designer

Posted: Fri Dec 17, 2004 11:28 am
by 9337011
Hello,

I have two series in a Teechart. The labels of the first serie are displayed as X-Labels. The labels of the second axis are not visible. That is it, what I want to see. But when I open the QRD preview I see the labels of both series and labels are displayed mixed. This behavior was not to see in version 5.0 Pro which I have used until now. Can you help to resolve this problem.

Thank you

Norbert

Posted: Fri Dec 17, 2004 12:10 pm
by Pep
Hi Norbert,

have you tried without setting an XLabelsSource for the second Series ?
Or maybe you can set the Axis labels visible to false :
Chart1.CustomAxes.Items[0].Labels := false;