I've seen two chart usages, PlotView
and Plot
.
If I use PlotView
, I can use Model="{Binding MyModel}"
only, I can't set other binding like source. I can't implement MVVM.
But if I use Plot
, I can do any binding, and many sub-control setting in xaml likes series
, axes
, and so on.
May I know what's different?