7 references to ElementPosition
System.Web.DataVisualization (7)
Common\Converters\ElementPositionConverter.cs (1)
122
return new
ElementPosition
(
Common\General\Chart.cs (4)
1808
OnBeforePaint(new ChartPaintEventArgs(this.Chart, this.ChartGraph, this.Common, new
ElementPosition
(0, 0, 100, 100)));
1935
this.Chart.CallOnPrePaint(new ChartPaintEventArgs(this.Chart, this.ChartGraph, this.Common, new
ElementPosition
(0, 0, 100, 100)));
1971
this.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)));
Common\General\LegendColumns.cs (2)
1947
this.Chart.CallOnPrePaint(new ChartPaintEventArgs(this, chartGraph, this.Common, new
ElementPosition
(rectRelative.X, rectRelative.Y, rectRelative.Width, rectRelative.Height)));
1966
this.Chart.CallOnPostPaint(new ChartPaintEventArgs(this, chartGraph, this.Common, new
ElementPosition
(rectRelative.X, rectRelative.Y, rectRelative.Width, rectRelative.Height)));