I have two chart type :
1.Bar
2.Pie :
My problem is how to show detail description on pie chart same bar chart .'Casue in Legend zone pie chart ,it show Others description , i want it similar bar chart in line end legend.Anyway change [Others] to [Number of students rejected].i using chart.Datasource = dataTable , with data on DataTable get from database.
May you help me about this.
set PieChart.OthersCategoryPercent = 0 and the others label should go away.