Left and Right Axis

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
BernardLimont
Newbie
Newbie
Posts: 6
Joined: Fri Nov 15, 2002 12:00 am
Contact:

Left and Right Axis

Post by BernardLimont » Thu Jun 10, 2004 6:49 am

Hi,

On the left axis, I have values between -1,2 and + 1,4
On the right axis, I have value between -2,8 and + 4,6.
I want to have the zero value on the same line (left and rigth).

How to make this (I can use setMinMax(-1.4,1.4) for the left axis and
SetMinMax(-4.6,4.6) for the rightaxis) automaticly ?

Thank you

Bernard

Bonjour,
Je repose ma question en Français : comment faire pour avoir le zéro de
droite aligné automatiquement sur le zéro de gauche

Merci

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Thu Jun 10, 2004 3:26 pm

Hi, Bernard.
How to make this (I can use setMinMax(-1.4,1.4) for the left axis and
SetMinMax(-4.6,4.6) for the rightaxis) automaticly ?
No "automatic" way to do it if the axes are connected to different series. You'll have to use the SetMinMax trick (make both axis scales symmetric).
Marjan Slatinek,
http://www.steema.com

Post Reply