Base:
method
ProcessChartType
System.Web.UI.DataVisualization.Charting.ChartTypes.PointChart.ProcessChartType(System.Boolean, System.Web.UI.DataVisualization.Charting.ChartGraphics, System.Web.UI.DataVisualization.Charting.CommonElements, System.Web.UI.DataVisualization.Charting.ChartArea, System.Web.UI.DataVisualization.Charting.Series)
2 overrides of ProcessChartType
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\AreaChart.cs (1)
230 protected override void ProcessChartType(
Common\ChartTypes\RangeChart.cs (1)
313 protected override void ProcessChartType(
3 references to ProcessChartType
System.Windows.Forms.DataVisualization (3)
Common\ChartTypes\AreaChart.cs (1)
244 base.ProcessChartType(selection, graph, common, area, seriesToDraw);
Common\ChartTypes\LineChart.cs (1)
331 ProcessChartType( false, graph, common, area, seriesToDraw );
Common\ChartTypes\RangeChart.cs (1)
327 base.ProcessChartType(selection, graph, common, area, seriesToDraw);