Pre loader

Empty DataSeries – XMax and XMin backwards?

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

XyDataSeries when querying for series’ XMax on a series with no values, I get DateTime.MinValue, and when querying for XMin on a series with no values, I get DateTime.MaxValue. Shouldn’t it be the other way around?
Same thing for YMax and YMin on that series… I get the negative number as the YMax and viceversa.

  • You must to post comments
0
0

Hi there,

DataSeries use these values internally to calculate Max and Min. For instance, if you have DataSeries<double, double> then YMax is set to Double.MinValue. This is so when the dataseries calculates YMax = Math.Max(YMax, y) it will always take Y after the first data-point is added.

May I ask, does it cause any specific problems? If so please treat DateTime.MinValue/MaxValue as ‘invalid values’.

Kind regards,
Andrew

  • 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