if (pieSeries.Values[i] > .1){ //I want to change the labelMode of this value to Center on the pie chart pieSeries.LabelMode = PieLabelMode.Center; }else { //I want to change the labelMode of this value to SpiderNoOverlap on the pie chart pieSeries.LabelMode = PieLabelMode.SpiderNoOverlap; }
Best Regards,Nevron Support Team