1 type derived from PieChart
System.Web.DataVisualization (1)
Common\ChartTypes\DoughnutChart.cs (1)
42 internal class DoughnutChart : PieChart
3 references to PieChart
System.Web.DataVisualization (3)
Common\DataManager\DataSeries.cs (2)
1475 if(PieChart.UnPrepareData(this)) 1745 PieChart.PrepareData(this);
WebForm\ChartWebControl.cs (1)
303 _chartTypeRegistry.Register(ChartTypeNames.Pie, typeof(PieChart));