Axis minimum confusion

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Rajesh Dhiman
Newbie
Newbie
Posts: 15
Joined: Mon Sep 15, 2008 12:00 am

Axis minimum confusion

Post by Rajesh Dhiman » Thu May 27, 2010 10:01 am

Hi

I am working with Cursors.

Please tell me the difference between below two statements.
In what conditions each one to be used. Always confued to choose from them. And there are many cases where both are not same.

cursorTool.GetVertAxis.MinYValue
and
cursorTool.GetVertAxis.Minimum

Regards,

Rajesh Dhiman

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Axis minimum confusion

Post by Narcís » Fri May 28, 2010 9:43 am

Hi Rajesh,

The difference is that MinYValue returns the minimum Y value of the series associated to the axis. Minimum returns the minimum value of the axis and may not be the same as MinYValue if it's set manually.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply