c# - Display unsorted data in SL3 line chart -


I'm having trouble with my Silverlight chart. My model is unordered, that is, the sorting is done on the server side. It needs to support the transition of the year, but as you can see from the screenshot that charting control automatically arranges the model and fills the gap. Line sort is increasing ever increasing and the new year is not falling.

How can I show the chart to the left in the sequence given in the grid control? Use of BTW, SL3

Line chart not designed to work You have been asking, after all the purpose of a line chart, the user has to help in detecting a trend or interim value as well as to be reflected among each other. However, if the distance between the horizontal points is not linear and always travels in one direction, such lines are meaningless.

So I would recommend that line chart is not suitable or you have some other hidden data that should be used for the Y-axis which makes the lines meaningful.

Alternatively the scatter graph or column series can be used where the y-axis value is converted into a string and thus use the series based letters instead of the category based axis.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -