2 overrides of ProcessChartType
System.Web.DataVisualization (2)
Common\ChartTypes\BubbleChart.cs (1)
131 override protected void ProcessChartType(
Common\ChartTypes\LineChart.cs (1)
348 protected override void ProcessChartType(
4 references to ProcessChartType
System.Web.DataVisualization (4)
Common\ChartTypes\BubbleChart.cs (1)
139 base.ProcessChartType(selection, graph, common, area, seriesToDraw );
Common\ChartTypes\ColumnChart.cs (1)
574 base.ProcessChartType( false, graph, common, area, seriesToDraw );
Common\ChartTypes\LineChart.cs (1)
336 base.ProcessChartType( false, graph, common, area, seriesToDraw );
Common\ChartTypes\PointChart.cs (1)
275 ProcessChartType( false, graph, common, area, seriesToDraw);