Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
523
Axis ScrollScale Issues
posted

I am currently trying to set the axis Scrollscale, but its appears anything smaller then .3 is ignored and seems to not get any smaller.  It says it can be between 0 and 1 and need to try to set it to .1 but it seems to ignore it when its that small.

 

 

axis.AutoRange =

False

axis.Unit = 1

axis.UnitType = DateTimeUnitType.Hours

axis.ScrollScale = 0.1

axis.ShowLabels =

True

axis.ScrollPosition = 0.1

 

Parents Reply Children