Dear telerik team ,
i need to use the pie chart to represent the following
1- total target for user that's need to be the 100% of the chart (X)
2- the accomplished from the target (Y)
3- the remainning from the target (Z=X-Y)
i need to do this by using sql data source biniding to the chart
i made select statment that selects the accomplished and remainng as 2 records so when i bind the chart it works but i have a proplem when the accomplished is greater than the target the chart give wrong representation
so i need to know the right way to use pie chart for this purpose
i need to use the pie chart to represent the following
1- total target for user that's need to be the 100% of the chart (X)
2- the accomplished from the target (Y)
3- the remainning from the target (Z=X-Y)
i need to do this by using sql data source biniding to the chart
i made select statment that selects the accomplished and remainng as 2 records so when i bind the chart it works but i have a proplem when the accomplished is greater than the target the chart give wrong representation
so i need to know the right way to use pie chart for this purpose