2 writes to PlotAreaPosition
System.Web.DataVisualization (2)
Common\ChartTypes\FunnelChart.cs (2)
1762 this.PlotAreaPosition = GetPlotAreaPosition(); 2142 this.PlotAreaPosition = GetPlotAreaPosition();
13 references to PlotAreaPosition
System.Web.DataVisualization (13)
Common\ChartTypes\FunnelChart.cs (13)
536 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(this.PlotAreaPosition); 685 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(this.PlotAreaPosition); 999 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(this.PlotAreaPosition); 1379 float currentLocation = this.Graph.GetAbsolutePoint(this.PlotAreaPosition.Location).Y; 1383 currentLocation = this.Graph.GetAbsoluteRectangle(this.PlotAreaPosition).Bottom; 1697 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(PlotAreaPosition); 1783 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(PlotAreaPosition); 2421 if(neckSize.Height > this.PlotAreaPosition.Height/2f) 2423 neckSize.Height = this.PlotAreaPosition.Height/2f; 2425 if(neckSize.Width > this.PlotAreaPosition.Width/2f) 2427 neckSize.Width = this.PlotAreaPosition.Width/2f; 2461float maxGapSize = this.PlotAreaPosition.Height / (this.pointNumber - ((ShouldDrawFirstPoint()) ? 1 : 2)); 2913 RectangleF plotAreaPositionAbs = this.Graph.GetAbsoluteRectangle(this.PlotAreaPosition);