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?
Hello dkofoed,
Thank you for your feedback.
If you need any further assistance, do not hesitate to ask.
Thank you, it was helpful. I haven't had a chance yet to test out the various options, but I will shortly.
I am just checking if my last reply was helpful for you.
If you require any further assistance please do not hesitate to ask.
Hello dkofeod,
I have been looking into your post and I can suggest you use the XamDataChart instead of the XamChart because XamChart is already retired as described in the blog post: http://blogs.infragistics.com/blogs/jason_beres/archive/2011/11/10/important-product-changes-and-control-retirements-in-2011-2.aspx
About the functionality you want to implement the ScatterLine chart is the better option because every object has its X and Y coordinates on the coordinate system , unlike the LineSeries where the data points are spread equally across the XAxis, following their order in the Series' DataPoints colleciton. If you would like attach a sample project where your issue occurs.
If you have any other questions feel free to ask.