Pre loader

Axis minimal and maximal zoom constraint

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

1
0

Hi,

Am trying to limit the depth in which the user can zoom into and out of the graph. I came across the property minimalZoomConstrain in the header file and also the documentation and had attempted to use it.

The axis in question is a DateTimeAxis and I would want to limit the zoom in depth to 30 seconds and the zoom out the about 3 months. I understand that the type it takes is the GenericType, where I will have to use the SCIGeneric(x) to assign the value, but what value x am I required to use in this case?

I’ve tried the values ’30′(assuming it takes NSTimeInterval) and even attempted to pass in a NSDate value but nothing seems to work.

Thank you.

Version
1.1
  • You must to post comments
1
0

Hi,

I updated to v1.2.0 and added the maximal zoom constraint, and it works now.

For those wondering, I passed in the duration in NSTimeInterval, so if I’m looking for a a minimum zoom depth of 30s, I’d use SCIGeneric(30) and if I’m looking for a maximum zoom depth of 3 months (appx 7776000s), I’d use SCIGeneric(7776000).

Devs, please do correct me if am wrong in that.

Cheers!

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies