Hello,
I am displaying a couple of sparkline graphs. The underlying data is a List<KeyValuePair<Int32, Int32>>. The sparkline seems to be automatically sorting and displaying the data by the key. (I'm basically displaying a count by month, the left most point needs to be current month)
Is there any way to display the data how it's layed out in the collection itself?
I am displaying a couple of sparkline graphs. The underlying data is a List<KeyValuePair<Int32, Int32>>. The sparkline seems to be automatically sorting and displaying the data by the key. (I'm basically displaying a count by month, the left most point needs to be current month)
Is there any way to display the data how it's layed out in the collection itself?