Pre loader

Binding the SciChartSurface to a Point Array

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

How to bind SciSurface to an array of System.Windows.Point. Do we need to convert to XYDataSeries always?

  • You must to post comments
0
0

Hi there,

Thank you for your enquiry. Yes, I’m afraid you will always need to use XyDataSeries.

From our article What is a RenderableSeries and What is a DataSeries

Q: What is a DataSeries?

SciChart separates out the data from the presentation by providing RenderableSeries and DataSeries. The DataSeries are optimized data structures that hold the arrays you are going to draw in SciChart.

Q: Why do we require that you use DataSeries?

Many WPF charts allow you to bind your chart to any data, for instance, an IEnumerable, or ObservableCollection. This is great for flexibility but not so great for speed! Our DataSeries are highly optimized data-structures for indexing, searching and iterating over data, enabling SciChart to achieve its record performance!

I hope this helps!

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies