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