AxisArrow question

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
madve
Newbie
Newbie
Posts: 52
Joined: Thu Feb 16, 2006 12:00 am

AxisArrow question

Post by madve » Mon Nov 13, 2006 11:07 am

Hi,

Is it possible to set AxisArrow Scroll value in double not in percent?

For example my Axis Minimum is 0, Maximum is 10 and I want to scroll with 3. The ScrollPercent is 33, but it is not the exact scroll value.

Best regards,

Gabor Varga

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

Post by Narcís » Mon Nov 13, 2006 12:15 pm

Hi Gabor,

This is because ScrollPercent is a property of integer type instead of double. In your case, to achieve such a precision you'd need a double property.

I'll add your request to our wish-list to be implemented for future releases.
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