Page 1 of 1

AxisArrow question

Posted: Mon Nov 13, 2006 11:07 am
by 9790349
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

Posted: Mon Nov 13, 2006 12:15 pm
by narcis
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.