Pre loader

How to Skip Non-Trading Days/Times on the X-Axis in SciChart iOS

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

0
0

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!

Version
4.5.2
Images
  • You must to post comments
0
0

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.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.