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
390
Using DateTimeCategoryXAxis with ValueOverlay
posted

I was looking the post http://es.infragistics.com/community/forums/p/75441/381189.aspx#381189

and 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



Parents
  • 22015
    posted

    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.

    Please do not hesitate to let me know if you have any further questions on this matter.

Reply Children