1 write to Height
System.Web.DataVisualization (1)
Common\ChartTypes\FunnelChart.cs (1)
1475
info.
Height
= height;
10 references to Height
System.Web.DataVisualization (10)
Common\ChartTypes\FunnelChart.cs (10)
488
segmentInfo.
Height
,
508
segmentInfo.
Height
,
1850
labelInfo.Position.Y = (segmentInfo.Location + segmentInfo.
Height
/ 2f) -
1895
labelInfo.CalloutPoint1.Y = segmentInfo.Location + segmentInfo.
Height
/ 2f;
1934
segmentInfo.
Height
-
1985
labelInfo.CalloutPoint1.Y += segmentInfo.
Height
;
2002
labelInfo.Position.Y = (segmentInfo.Location + segmentInfo.
Height
/ 2f) -
2006
labelInfo.Position.Y -= segmentInfo.
Height
/ 2f - labelInfo.Size.Height / 2f - labelSpacing.Height;
2010
labelInfo.Position.Y += segmentInfo.
Height
/ 2f - labelInfo.Size.Height / 2f - labelSpacing.Height;
2028
labelInfo.Position.Y += segmentInfo.
Height
;