Page 1 of 1

Fixed YAxes width

Posted: Wed Sep 20, 2017 6:41 pm
by Andres
Hi there,

I am looking to have a fixed width value for the YAxis.

The reason is , while I am zooming and the ticks gets more digits, the width changes and it's a uncomfortable behavior for the user.

How can I get this working?

Also I'd like to have the YAxes as thin as posible in order to give more graphic space to the user.


Thanks in advance,
Andrés

Re: Fixed YAxes width

Posted: Thu Sep 21, 2017 7:25 am
by ArctionPasi
Hi Andres,

set ViewXY.AxisLayout.AutoAdjustMargins = false,
and set ViewXY.Margins explicitly.

To have thin Y Axis, set axis.AxisThickness = 1