Left and right axis positioning

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
LG
Newbie
Newbie
Posts: 30
Joined: Tue Apr 08, 2003 4:00 am

Left and right axis positioning

Post by LG » Mon Jul 23, 2007 11:33 am

Dear All,

I am using two Y axis (left and right) and the same X axis (bottom). I the smallest value of Y left axis is -12 and the smallest value of the Y right axis is 0.

This will look strange as the start of Y values are not the same in the left and right value. I would like the two Y axis the same I mean the 0 value for Y left and right axis should be in the same level.

Is there anyway to implement this?

Regards,

LG

Christopher
Site Admin
Site Admin
Posts: 1349
Joined: Thu Jan 01, 1970 12:00 am
Location: Riudellots de la Selva, Catalonia
Contact:

Post by Christopher » Mon Jul 23, 2007 11:48 am

Hello,

Yes, you can use the Axis.SetMaxMin() method to set the maximum and minimum values of your axes to the same values.
Thank you!

Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/

Post Reply