1 write to scrollBarSize
System.Web.DataVisualization (1)
Common\General\Axis.cs (1)
3552
this.
scrollBarSize
= 0f;
12 references to scrollBarSize
System.Web.DataVisualization (12)
Common\General\Axis.cs (10)
3597
if (arrowSize > (this.markSize + this.
scrollBarSize
+ this.titleSize))
3599
this.markSize = Math.Max(this.markSize, arrowSize - (this.markSize + this.
scrollBarSize
+ this.titleSize));
3763
this.markSize + this.
scrollBarSize
+ this.titleSize + spacer,
3978
this.labelSize = (maxAxisElementsSize) - this.markSize - this.
scrollBarSize
- this.titleSize;
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);
4113
this.markSize + this.
scrollBarSize
+ this.titleSize,
4290
this.markSize + this.
scrollBarSize
+ this.titleSize,
5047
this.markSize + this.
scrollBarSize
+ this.titleSize,
5092
this.markSize + this.
scrollBarSize
+ this.titleSize,
Common\General\ChartArea.cs (2)
1663
axisSize += axis.titleSize + axis.
scrollBarSize
;
1670
axisSize = axis.titleSize + axis.markSize + axis.
scrollBarSize
;