How would I go about doing this in swift?
- Russ Warwick asked 6 years ago
-
Hello Russ, if I correctly understand desired behavior – unfortunately, it’s not possible as of now.
-
Hmm seems likes such a basic feature
-
Can I ask you to explain the desired behavior?
-
If you look at this example. The Rollover will snap to the interval instead of moving in between the intervals. https://capital.com/brent-crude-oil-price
- You must login to post comments
Hello Russ,
From the comments section, I’ve got the desired behavior, and yes, it’s possible to do with SciChart.
To achieve that please use vertical hitTestMode:
let modifier = SCIRolloverModifier()
modifier.style.hitTestMode = .vertical
Hope that helps.
Best Regards,
Nazar R
- Nazar Rudnyk answered 6 years ago
- You must login to post comments
Please login first to submit.