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)
1626
rect.X = rectLabels.Right - _axis.
unRotatedLabelSize
;
1627
rect.Width = _axis.
unRotatedLabelSize
;
1641
rect.Width = _axis.
unRotatedLabelSize
;
1655
rect.Y = rectLabels.Bottom - _axis.
unRotatedLabelSize
;
1656
rect.Height = _axis.
unRotatedLabelSize
;
1670
rect.Height = _axis.
unRotatedLabelSize
;
2128
rect.X = rectLabels.Right - _axis.
unRotatedLabelSize
;
2129
rect.Width = _axis.
unRotatedLabelSize
;
2146
rect.Width = _axis.
unRotatedLabelSize
;
2163
rect.Y = rectLabels.Bottom - _axis.
unRotatedLabelSize
;
2164
rect.Height = _axis.
unRotatedLabelSize
;
2181
rect.Height = _axis.
unRotatedLabelSize
;