1 write to EndWidth
System.Web.DataVisualization (1)
Common\ChartTypes\FunnelChart.cs (1)
1473 info.EndWidth = endWidth;
10 references to EndWidth
System.Web.DataVisualization (10)
Common\ChartTypes\FunnelChart.cs (10)
486 segmentInfo.EndWidth, 506 segmentInfo.EndWidth, 1829 float bottomDiameter = segmentInfo.EndWidth; 1843 segmentInfo.EndWidth < this._funnelNeckSize.Width) 1845 bottomDiameter = segmentInfo.EndWidth; 1923 segmentInfo.EndWidth / 2f + 1930 segmentInfo.EndWidth / 2f - 1965 ( (lastLabel) ? segmentInfo.EndWidth : segmentInfo.StartWidth) / 2f; 1977 ( (lastLabel) ? segmentInfo.EndWidth : segmentInfo.StartWidth) / 2f; 2035 labelInfo.Position.Y += (float)( ( (segmentInfo.EndWidth + segmentInfo.StartWidth) / 4f) * Math.Sin(this._rotation3D / 180F * Math.PI) );