1 write to StartWidth
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\FunnelChart.cs (1)
1472 info.StartWidth = startWidth;
9 references to StartWidth
System.Windows.Forms.DataVisualization (9)
Common\ChartTypes\FunnelChart.cs (9)
485 segmentInfo.StartWidth, 505 segmentInfo.StartWidth, 1828 float topDiameter = segmentInfo.StartWidth; 1842 if(segmentInfo.StartWidth >= this._funnelNeckSize.Width && 1942 segmentInfo.StartWidth / 2f + 1949 segmentInfo.StartWidth / 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) );