1 write to _funnelNeckSize
System.Web.DataVisualization (1)
Common\ChartTypes\FunnelChart.cs (1)
1376
this.
_funnelNeckSize
= GetFunnelNeckSize(series);
30 references to _funnelNeckSize
System.Web.DataVisualization (30)
Common\ChartTypes\FunnelChart.cs (30)
588
plotAreaPositionAbs.X + plotAreaPositionAbs.Width / 2f - this.
_funnelNeckSize
.Width / 2f,
589
plotAreaPositionAbs.Bottom - this.
_funnelNeckSize
.Height );
597
plotAreaPositionAbs.X + plotAreaPositionAbs.Width / 2f - this.
_funnelNeckSize
.Width / 2f,
598
plotAreaPositionAbs.Bottom - this.
_funnelNeckSize
.Height );
670
if(startWidth < this.
_funnelNeckSize
.Width)
672
startWidth = this.
_funnelNeckSize
.Width;
674
if(endWidth < this.
_funnelNeckSize
.Width)
676
endWidth = this.
_funnelNeckSize
.Width;
983
if(startWidth < this.
_funnelNeckSize
.Width)
985
startWidth = this.
_funnelNeckSize
.Width;
987
if(endWidth < this.
_funnelNeckSize
.Width)
989
endWidth = this.
_funnelNeckSize
.Width;
1045
startWidth > this.
_funnelNeckSize
.Width &&
1046
endWidth <= this.
_funnelNeckSize
.Width)
1051
xCenterPointAbs + this.
_funnelNeckSize
.Width / 2f, plotAreaPositionAbs.Top,
1052
xCenterPointAbs + this.
_funnelNeckSize
.Width / 2f, plotAreaPositionAbs.Bottom,
1057
intersection.Y = plotAreaPositionAbs.Bottom - this.
_funnelNeckSize
.Height;
1119
startWidth > this.
_funnelNeckSize
.Width &&
1120
endWidth <= this.
_funnelNeckSize
.Width)
1125
xCenterPointAbs - this.
_funnelNeckSize
.Width / 2f, plotAreaPositionAbs.Top,
1126
xCenterPointAbs - this.
_funnelNeckSize
.Width / 2f, plotAreaPositionAbs.Bottom,
1131
intersection.Y = plotAreaPositionAbs.Bottom - this.
_funnelNeckSize
.Height;
1832
if(topDiameter < this.
_funnelNeckSize
.Width)
1834
topDiameter = this.
_funnelNeckSize
.Width;
1836
if(bottomDiameter < this.
_funnelNeckSize
.Width)
1838
bottomDiameter = this.
_funnelNeckSize
.Width;
1842
if(segmentInfo.StartWidth >= this.
_funnelNeckSize
.Width &&
1843
segmentInfo.EndWidth < this.
_funnelNeckSize
.Width)
1865
Math.Max(this.
_funnelNeckSize
.Width/2f, (topDiameter + bottomDiameter) / 4f);
1884
Math.Max(this.
_funnelNeckSize
.Width/2f, (topDiameter + bottomDiameter) / 4f);