2 writes to unRotatedLabelSize
System.Web.DataVisualization (2)
Common\General\Axis.cs (2)
3995(maxLabelSize / 100F) * (maxAxisElementsSize - this.markSize - this.scrollBarSize - this.titleSize), out this.unRotatedLabelSize); 4001(maxLabelSize / 100F) * (maxAxisElementsSize - this.markSize - this.scrollBarSize - this.titleSize), out this.unRotatedLabelSize);
12 references to unRotatedLabelSize
System.Web.DataVisualization (12)
Common\General\Label.cs (12)
1626rect.X = rectLabels.Right - _axis.unRotatedLabelSize; 1627rect.Width = _axis.unRotatedLabelSize; 1641rect.Width = _axis.unRotatedLabelSize; 1655rect.Y = rectLabels.Bottom - _axis.unRotatedLabelSize; 1656rect.Height = _axis.unRotatedLabelSize; 1670rect.Height = _axis.unRotatedLabelSize; 2128rect.X = rectLabels.Right - _axis.unRotatedLabelSize; 2129rect.Width = _axis.unRotatedLabelSize; 2146rect.Width = _axis.unRotatedLabelSize; 2163rect.Y = rectLabels.Bottom - _axis.unRotatedLabelSize; 2164rect.Height = _axis.unRotatedLabelSize; 2181rect.Height = _axis.unRotatedLabelSize;