Hi,
I expect this is easy to do, but I can't find anything showing how to do it.
My data model contains a field, DueDate. I want to create a column chart showing the number of items due each day. I'm sure this must be possible, but can anybody point me in the right direction, please?
Thanks,
John
Hi Stefan,
That's perfect! Thank you so much for your help.
Actually, I'm quite surprised the XamChart can't do this as a built-in feature. That's not meant as a criticism, just an observation.
Next question: if you plot 2 ColumnSeries on a CategoryXAxis, the columns appear side-by-side in each category. On a CategoryDateTimeXAxis, one column appears on top of the other, so if the top column has a greater value, you can't see the other column underneath. Can the former behaviour be duplicated on a CategoryDateTimeXAxis?
Thanks again for the answer,
Hello John,
Thank you for your post. I have been looking into it and I can say that if you want to achieve such functionality you can use a Dictionary in order to have appropriate data structure. I have created a sample project for you showing how you can create such structure based on your data, which can be shown in the XamDataChart in the way you want. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.