I was looking the post http://es.infragistics.com/community/forums/p/75441/381189.aspx#381189and this was very useful for my requirement, but due to our requirement we are using CategoryXAxis instead of CategoryDateTimeXAxis.I made simple change is XAML to use CategoryXAxis but its not working can some help?
attachment:
http://es.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.38.11.89/WpfApplication1.zip
i need to make robs example draw multiple lines. i am looping through a set of dates and setting the value. is there a way i can make it draw a line at each date?
Hello,
I am just checking your progress on the issue. Please do not hesitate to let me know if you have any further questions on this matter.
Here is the link to Rob’s post: http://es.infragistics.com/community/forums/p/75441/381189.aspx#381189.
Please do not hesitate to let me know if you have any further questions on this matter.
Could you provide link to access the post from Rob?
Hello John,
Thank you for your post. I have been looking into your issue. From the post of our colleague Rob you can see that the ValueOverlay currently works only with numerical values. In his sample application he has made ValueOverlay, supporting DateTime.
The CategoryXAxis shows the labels as a string. Here is a link to our documentation, where you can find more information about the axes: http://help.infragistics.com/Help/Doc/WPF/2013.2/CLR4.0/html/xamDataChart_Axes.html.
What I can suggest is to change the ValueOverlay from Robs sample to support strings or create a new one, supporting strings.