Hello,
I’m working on a chart in SciChart iOS and need to configure the X-axis to skip non-trading days and times (e.g., weekends and after-hours). I found a solution for this in the WPF version of SciChart using the DiscontinuousDateTimeAxis, as described here: Discontinuous DateTime Axis – SciChart WPF Documentation.
However, I haven’t been able to find a similar implementation or documentation for the iOS version of SciChart. Could you please guide me on how to achieve this in SciChart iOS?
I’ve attached a screenshot where the jump in the X-axis is visible to illustrate the issue.
Thank you in advance for your help!
- Libor Zapletal asked 2 months ago
- last edited 1 month ago
- You must login to post comments
Hello Libor Zapletal,
Apologies for the delayed response.
For similar functionality in iOS, you can use the SCIIndexDateAxis. You can find a detailed example and implementation here: https://github.com/ABTSoftware/SciChart.iOS.Examples/blob/SciChart_v4_Release/SciChart.Examples/Examples/Examples2D/CreateStockCharts/IndexDateAxisChartView.swift
We will be updating our documentation to include this information soon.
- Sanam Kapadia answered 2 weeks ago
- You must login to post comments
Please login first to submit.