xyzzer / WinRTXamlToolkit

WinRT XAML Toolkit
Other
282 stars 67 forks source link

Reverse sorting on charts using LinearAxis or DateTimeAxis #42

Open yanpaulo opened 7 years ago

yanpaulo commented 7 years ago

Well, I reviewed the code and there's no obvious way to use reverse sorting on charts using LinearAxis or DateTimeAxis. Also, it seems that the way these axis types were created makes it almost impossible to implement reverse sorting using there axis types. Is there any other way to use reverse sorting besides using CategoryAxis?