Page 1 of 1

Left and Right Axis

Posted: Thu Jun 10, 2004 6:49 am
by 8437678
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

Posted: Thu Jun 10, 2004 3:26 pm
by Marjan
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).