Pre loader

Capacity of DataSeries

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

1
0

I found FifoCapacity Property for IDataSeries. As wrote in doc “If a value is set, when the point count reaches this value, older points will be discarded”. As I think it is very useful for real-time charts. But maybe you have the similar property (I not found it) which can set DataSeries not in dots but in bound axis values? It will be like axis length. As example, we set this value to 10 and if new added point has X coordinate between [current max X] and [current max X – 10] it will be added. Or if it more then [current max X]. And after adding all values less than [current max X – 10] will be discarded.
Or the best decision FOR ME: not delete values less than [current max X – 10] but just not display chart for them. It will be good for changing “length” property “on fly” or using zoom.
P.S. I completed decision like this to my project but now I thinking what if SciChart has it build-in?

Version
8.6.0.28199
  • You must to post comments
0
0

Hi Fedor,

Thanks for your inquiry.
Yes, you can achieve the described behavior by using our Category Axes, e.g. CategoryNumericAxis or CategoryDateTimeAxis.

Here you can find more details on the difference between category and value Axis types:
SciChart WPF Documentation – Value Axis vs. Category Axis _ WPF Chart Documentation

You can also find the related example at the following link:
WPF Category Axis vs Value Axis – SciChart

More information regarding Axis types in SciChart can be found here:
SciChart WPF Documentation – Axis Types in SciChart _ WPF Chart Documentation

Kind regards,
Lex,
SciChart Technical Support Engineer

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.