SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
Hello everybody.
What is the best way to pass 3 y-values to single x-value?
Currently i’m using XyyDataSeries + XyDataSeries
Don’t know, if it’s best approach?
Hi Vlad,
Unfortunately we don’t support this case out of the box. So for now workaround with using band series to draw 2 lines without duplicating xValues looks like the best choice. Ideally to avoid duplication of values at all you would need to create custom renderable and data series. We have few examples of custom renderable series ( spline and animating line series ) but unfortunately we don’t have any examples of custom data series so if you want you can try to extend FastBandRenderableSeries and add third YValues collection as separate property for renderable series and then draw them directly in internalDraw() without creating custom data series. Alternatively you can contact our sales department and we can create desired functionality as part of short term consultancy project.
Best regards,
Yura
Please login first to submit.