1 write to Size
System.Web.DataVisualization (1)
Common\ChartTypes\FunnelChart.cs (1)
1669 labelInfo.Size = this.Graph.MeasureString(
17 references to Size
System.Web.DataVisualization (17)
Common\ChartTypes\FunnelChart.cs (17)
1815 labelInfo.Position.Width = labelInfo.Size.Width; 1816 labelInfo.Position.Height = labelInfo.Size.Height; 1851 labelInfo.Size.Height / 2f; 1877 labelInfo.Size.Width - 1909 labelInfo.Size.Width - 1929 labelInfo.Size.Width - 1935 labelInfo.Size.Height / 2f; 1948 labelInfo.Size.Width - 1953 labelInfo.Size.Height / 2f; 1972 labelInfo.Size.Width - 1999 labelInfo.Position.X = plotAreaCenterXAbs - labelInfo.Size.Width / 2f; 2003 labelInfo.Size.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; 2015 labelInfo.Position.Y = segmentInfo.Location - labelInfo.Size.Height / 2f; 2018 labelInfo.Position.Y -= labelInfo.Size.Height / 2f + labelSpacing.Height; 2022 labelInfo.Position.Y += labelInfo.Size.Height / 2f + labelSpacing.Height;