Hi,
I'm looking for more detailed documentation on the Graph control that was included with the Q1 2013 release. They current documentation on the site gives a very vague explanation of how to set it up.
Basically what I'm trying to achieve is design a clustered column stack graph with data pulled from the database which looks something like the attached file below.
With the x-axis being the Date and then one stacked column for the "Planned" data and one for the "Actual" data.
What I've tried to do so far is bind the Datasource to the graph, set up the coordinates system with an x-axis TimeDate scale and the y-axis with a numeric scale. When I add a series and try preview I'm given the following message:
An error has occurred while processing Graph 'graph1'
Year, month, and Day parameters describe an un-representable DateTime.
Am I correct in thinking that what I would need to do to achieve this would be to:
I'm looking for more detailed documentation on the Graph control that was included with the Q1 2013 release. They current documentation on the site gives a very vague explanation of how to set it up.
Basically what I'm trying to achieve is design a clustered column stack graph with data pulled from the database which looks something like the attached file below.
With the x-axis being the Date and then one stacked column for the "Planned" data and one for the "Actual" data.
What I've tried to do so far is bind the Datasource to the graph, set up the coordinates system with an x-axis TimeDate scale and the y-axis with a numeric scale. When I add a series and try preview I'm given the following message:
An error has occurred while processing Graph 'graph1'
Year, month, and Day parameters describe an un-representable DateTime.
Am I correct in thinking that what I would need to do to achieve this would be to:
- Add the Graph control to the report
- Define the DataSource
- Set up a coordinate system
- Add either a SeriesGroup or CategoryGroup for the Actual and Planned columns.
- Add a series for each of the columns in the dataset with each being in the applicable group, using the same Coordinate System for each series.