Pre loader

BindingExpression path error

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

Hello,

Using SciChart WPF 2D at runtime the following binding error appears:

System.Windows.Data Warning: 40 : BindingExpression path error: 'MajorGridLinesBrush' property not found on 'object' ''CustomSeriesMvvmViewModel' (HashCode=66572856)'. BindingExpression:Path=MajorGridLinesBrush; DataItem='CustomSeriesMvvmViewModel' (HashCode=66572856); target element is 'Line' (Name=''); target property is 'Stroke' (type 'Brush')

Easy reproducible with SciChart.Wpf.Examples\Sandbox\CustomerExamples\CustomSeriesMvvm

How to fix this problem ?
Thank you :)

Version
v8.9.0.28766
  • You must to post comments
0
0

Hi Mike,

Thanks a lot for reporting this!
We managed to reproduce the reported issue on our side and logged it in our tracking system for further investigation.
You can find the issue logged at the following link:
Binding exception warning in the CustomSeriesMvvm Sandbox example _ SC-8946

However, we can note that the mentioned message is just a warning thus it doesn’t harm the application functionality. As an option you can disable Data Binding warnings in the Visual Studio settings as shown on the attached screenshot.

Kind regards,
Lex S., MSEE
SciChart Technical Support Engineer

Images
  • You must to post comments
0
0

Hi Mike,

I hope this message finds you well.
I’m pleased to inform you that we have now resolved the reported binding issue.
The changes are available in SciChart v8.9.1.28785

Please try it out and let us know your feedback.

You can find more details about our latest releases and how to get them in the following article:
SciChart WPF Changelog – SciChart

Kind regards,
Lex S., MSEE
SciChart Technical Support Engineer

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.