I’m trying to build a chart control that adheres to MVVM and noticed that I have the option to use NumericAxis or NumericAxisForMvvm, but I’m not sure exactly what the differences would be. I couldn’t really find anything in depth on them in the documentation but maybe I missed something.
Is anyone aware of any differences? I’m assuming NumericAxisForMvvm would be best for what I’m wanting but I’m not exactly sure why.
Thanks!
- Greg Knox asked 6 years ago
- You must login to post comments
Hi Greg
If you want to build a SciChart application which uses MVVM I would suggest following our MVVM tutorials to understand the APIs that we provide.
You can find them here: MVVM Tutorials for SciChart
The full source code for these tutorials are also on our Github repository: SciChart.Wpf.Examples MVVM Tutorials
To answer your question as well, *AxisForMvvm is used internally by our MVVM API and not intended to be instantiated or modified by the end user.
Best regards
Andrew
- Andrew Burnett-Thompson answered 6 years ago
- You must login to post comments
Please login first to submit.