On a current project I am using the WPF charting toolkit. I needed to show the last day of the month on the X axis and not the first.
I am using a MVVM pattern implemented with MVVM Light. Binding a KeyValuePair from my ViewModel to my View.
Using this post on code project I was able to do this quickly.
No comments:
Post a Comment