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
2085
CategoryDateTimeXAxis Dynamic Lables
posted

I am looking to a solution to this post that uses CategoryDateTimeXAxis:

http://ko.infragistics.com/community/forums/t/52624.aspx

The example works but, unfortunately, CategoryXAxis requires all series on the chart to have all x-values "aligned", so if I have two series that do not have completely matching times for the x-axis data, the second series will not be rendered (see http://ko.infragistics.com/community/forums/p/38082/220246.aspx).  I tried to drop in a CategoryDateTimeXAxis in the example since it allows "non-aligned" x-values but that doesn't work - for example, simply changing this:

<igChart:CategoryXAxis x:Name="xAxis" ItemsSource="{StaticResource data}">

to this:

<igChart:CategoryDateTimeXAxis x:Name="xAxis" ItemsSource="{StaticResource data}" DateTimeMemberPath="Date">

does not work.  Any suggestions on how to alter the referred posts' example for this type of X-Axis?

Parents Reply Children