Hello there,
i want to add table data to a chart, like i would do this in excel, but the result i want to have dont come out.
I want to create a bar chart which show me the allocation af diffenrent sortiments...(this table):
sortiment X sortiment Y sortiment Z ...
12,5 % 20 % 50% ...
and the result should look like the attached file (excample), but the 1,2,3 should be the sortiments and the yaxis show the percentage.
When i add a table which look like the table above, i get this result (attached file: wrong).
When i add only the data (12,5 % , 20 %, ...) to the chart i get a bar chart with the percantage, and a legend with the field names of m variables, but thats not what i want.
I hope you understand my problem :)
Thanks,
Thomas.
[Edit]: I dont use the telerik report viewer to create an excel sheet or view the report...I use the ReportProcessor and the RenderReport to create an excel sheet on the fly on a database.
[Edit 2]: I found a solution. I create a DataTable with the values i want and the column names for the legend.
i want to add table data to a chart, like i would do this in excel, but the result i want to have dont come out.
I want to create a bar chart which show me the allocation af diffenrent sortiments...(this table):
sortiment X sortiment Y sortiment Z ...
12,5 % 20 % 50% ...
and the result should look like the attached file (excample), but the 1,2,3 should be the sortiments and the yaxis show the percentage.
When i add a table which look like the table above, i get this result (attached file: wrong).
When i add only the data (12,5 % , 20 %, ...) to the chart i get a bar chart with the percantage, and a legend with the field names of m variables, but thats not what i want.
I hope you understand my problem :)
Thanks,
Thomas.
[Edit]: I dont use the telerik report viewer to create an excel sheet or view the report...I use the ReportProcessor and the RenderReport to create an excel sheet on the fly on a database.
[Edit 2]: I found a solution. I create a DataTable with the values i want and the column names for the legend.