Pre loader

AxesBinding handles collection "Reset" notifications incorrectly

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

If an observable collection changes with a “Reset” notification, the AxesBinding clears the surface’s axis collection but does not add the new axes from the bound source collection.

The problem seems to be, that SourceCollectionBase<TView, TViewModel> adds the axes from NotifyCollectionChangedEventArgs.NewItems, which is always empty if the action is “Reset” (this is enforced in the constructor of NotifyCollectionChangedEventArgs).

I already have implemented a workaround in my project, but it would be great, if you could fix this bug (and give me a free renewal, so that I can use the fixed version, just kidding).

Update:
SeriesBinding seems to have problems with “Reset” collection changes too. It works on the first “Reset” but not on the second one.

Version
5.2.1.11757
  • You must to post comments
0
0

Hi Thomas,

I’m afraid your support subscription is expired, to access our technical support, please can you contact sales to talk about renewal? After that then we will be more than happy to help.

Best regards,
Andrew

  • You must to post comments
0
0

I have already implemented a workaround for this bug, so I don’t need any help. I just wanted to let you know about the problem.

  • You must to post comments
Showing 2 results
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