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