Completed
Last Updated: 20 Oct 2014 12:05 by ADMIN
ADMIN
Anton
Created on: 14 May 2013 03:58
Category: ChartView
Type: Bug Report
1
FIX. RadChartView - SmartLabelsController - PieTwoLabelColumnsStrategy throws exception if the series has two or more DataPoints with value "0";
SmartLabelsController - PieTwoLabelColumnsStrategy throws exception if the series has two or more DataPoints with value "0";

Code to reproduce:
            RadChartView pieChart = new RadChartView();

            pieChart.AreaType = ChartAreaType.Pie;
   
0 comments