I have been having an issue the area chart in the Telerik reporting for WPF. I have a sql query that returns a seriesID, DateTime, and Account Value.
When I set the chart up I set the GraphGroup Collection to the Valuation Date.
For the Series I have the Category Group set to the ValuationDateGroup, the Series GroupI have the series ID, for the Y I have the sum of the Account Value.
For the Graph Coordinate System the x axis is CategoryScale and the yAxis is NumericalScale
I can get the graph to display this way but I cannot get the date on the x axis to format without the time, and when I change the xAxis to DateTimeScale the graph is blank.
I want to be able to format the date to just show date and then only show the lables on the x axis ever 6 months.
I created these reports originally with an earlier version but they did not work so I upgraded the controls to the most recent. Now when I change the XAxis to DateTimeScale VS2008 errors out and closes. I can go to the designer.cs and code the report to DateTimeScale and it will run but I still have the same issue.
I had contacted Phone support and Rick Hellwege told me to set the Data.x propery of the Graph to DateTime, but I cannot find this property anywhere.