Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
500
XamChart - LineChart - How to configure X axis date range?
posted

I'm using the XamChart to creating trending graphs by using the LineChart.  I'm populating the chart with different Series objects.  The series objects have a datasource set which is a DataTable.  The first column of the datatable is the Date for the value we're plotting.

The problem I'm having now is that the graph just plots each value on the X axis with equal spacing between the points - there is no allowance for an actual chronological trend.

I see there seems to be a way to adjust this with ScatterLine charts (via the Maximum/Minimum properties), but is there something I can do with a regular Line chart as well?

Parents Reply Children
No Data