3 references to PointAndFigureChart
System.Web.DataVisualization (3)
Common\DataManager\DataSeries.cs (2)
1469 if(PointAndFigureChart.UnPrepareData(this)) 1742 PointAndFigureChart.PrepareData(this);
WebForm\ChartWebControl.cs (1)
328 _chartTypeRegistry.Register(ChartTypeNames.PointAndFigure, typeof(PointAndFigureChart));