20 references to CallOnPostPaint
System.Web.DataVisualization (20)
Common\ChartTypes\BarChart.cs (1)
695common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\BoxPlotChart.cs (1)
668common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\ColumnChart.cs (1)
562common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\ErrorBarChart.cs (2)
713common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 1486common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\LineChart.cs (1)
714common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\PieChart.cs (2)
1055common.Chart.CallOnPostPaint(new ChartPaintEventArgs(dataSeries[typeSeries[0]], graph, common, area.PlotAreaPosition)); 2652common.Chart.CallOnPostPaint(new ChartPaintEventArgs(dataSeries[typeSeries[0]], graph, common, area.PlotAreaPosition));
Common\ChartTypes\PointChart.cs (1)
545common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\StackedAreaChart.cs (1)
794common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\StackedBarChart.cs (1)
954common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\StackedColumnChart.cs (1)
959common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\StockChart.cs (2)
631common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 1452common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\General\Chart.cs (1)
1971this.Chart.CallOnPostPaint(new ChartPaintEventArgs(this.Chart, this.ChartGraph, this.Common, new ElementPosition(0, 0, 100, 100)));
Common\General\ChartArea.cs (2)
2132Common.Chart.CallOnPostPaint(new ChartPaintEventArgs(this, graph, Common, PlotAreaPosition)); 2350Common.Chart.CallOnPostPaint(new ChartPaintEventArgs(this, graph, Common, PlotAreaPosition));
Common\General\Legend.cs (1)
2570Common.Chart.CallOnPostPaint(new ChartPaintEventArgs(this, chartGraph, Common, Position));
Common\General\LegendColumns.cs (1)
1966this.Chart.CallOnPostPaint(new ChartPaintEventArgs(this, chartGraph, this.Common, new ElementPosition(rectRelative.X, rectRelative.Y, rectRelative.Width, rectRelative.Height)));
Common\General\Title.cs (1)
1675Common.Chart.CallOnPostPaint(new ChartPaintEventArgs(this, chartGraph, Common, Position));