Create report for display values in chart
Hi friends,
I'm Trying to create a report to display the dynamic columns, my requirement is to use a single chart for displaying the value in percentage for each columns.
for ex:
col1 col2 col3 .... ColN
1% 25% 25% .... 25% = Total(100%)
The above mentioned example indicates that Col1,col2,col3...ColN
need to be displayed in a single chart manner.
And also each columns value should be displyed in diff colors.
Currently I have implemented Matrix in RDLC report for generating multiple columns dynamically. But it will create individual chart for each columns.
I need to display all the column values into the single chart.
If you have any experience kindly reply.