This question is locked. New answers and comments are not allowed.
Hi,
How can I do the following.
I have a radchart set to be a pie chart and I have a datatable with many columns in it. When I set the datasource of the chart to the datatable I get results for every column. What I want to do is get it to create a pie chart on just one column. How do I achieve this?
What do I set on radchart to just use one column from that table.
Thanks.
How can I do the following.
I have a radchart set to be a pie chart and I have a datatable with many columns in it. When I set the datasource of the chart to the datatable I get results for every column. What I want to do is get it to create a pie chart on just one column. How do I achieve this?
radChart1.DataSource = Myds; //Is the datatable with many columns
What do I set on radchart to just use one column from that table.
Thanks.