Teechart 7 and Quick Report Designer

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Norbert
Newbie
Newbie
Posts: 1
Joined: Tue Apr 06, 2004 4:00 am
Location: Germany

Teechart 7 and Quick Report Designer

Post by Norbert » Fri Dec 17, 2004 11:28 am

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

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

Post by Pep » Fri Dec 17, 2004 12:10 pm

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;

Post Reply