Common\General\Chart.cs (9)
1808 OnBeforePaint(new ChartPaintEventArgs(this.Chart, this.ChartGraph, this.Common, new ElementPosition(0, 0, 100, 100)));
1935this.Chart.CallOnPrePaint(new ChartPaintEventArgs(this.Chart, this.ChartGraph, this.Common, new ElementPosition(0, 0, 100, 100)));
1971this.Chart.CallOnPostPaint(new ChartPaintEventArgs(this.Chart, this.ChartGraph, this.Common, new ElementPosition(0, 0, 100, 100)));
2013 OnAfterPaint(new ChartPaintEventArgs(this.Chart, this.ChartGraph, this.Common, new ElementPosition(0, 0, 100, 100)));
2029if (this.Chart.IsDesignMode())
2031this.Chart.MapAreas.RemoveNonCustom();
3427if (this.Chart.IsDesignMode() && ((width * height) > (100 * 1024 *1024)))
Common\General\LegendColumns.cs (5)
1602 if(Chart.BackColor != Color.Transparent &&
1603 Chart.BackColor != Color.Black)
1605 resultColor = ChartGraphics.GetGradientColor( Chart.BackColor, Color.Black, 0.2 );
1947this.Chart.CallOnPrePaint(new ChartPaintEventArgs(this, chartGraph, this.Common, new ElementPosition(rectRelative.X, rectRelative.Y, rectRelative.Width, rectRelative.Height)));
1966this.Chart.CallOnPostPaint(new ChartPaintEventArgs(this, chartGraph, this.Common, new ElementPosition(rectRelative.X, rectRelative.Y, rectRelative.Width, rectRelative.Height)));