SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
Hello.
Is there any way to create charts in a scichart group that will have a common x-values?
I know that exists a way to synchronize x-values by adding a Double.NaN values, but this operation take a lots of time (if charts have a 1200000 points).
Hi there,
From your question, I’m guessing that you are using CategoryDateTimeAxis with SciChartSurface in a SciChartGroup, and you wish to create multi-pane stock charts like this example, am I right?
Create Multi-Pane Stock Charts with SciChartGroup
If you are, then you have two choices for your data
Is to use CategoryDateTimeAxis (which will remove weekend and overnight gaps, but assumes that all data-series have the same number of data points
Is to use DateTimeAxis (which allows different numbers of points on each series, but will plot all dates, including weekends and overnight)
I’m afraid those are the only two options at this time. Please also take a further look at the article CategoryDateTimeAxis vs DateTimeAxis which talks about the differences between the two axis types.
Best regards,
Andrew
Please login first to submit.