5 writes to _verticalSpaceLeft
System.Web.DataVisualization (5)
Common\General\Legend.cs (5)
545
out this.
_verticalSpaceLeft
);
606
out this.
_verticalSpaceLeft
);
694
out this.
_verticalSpaceLeft
);
876
this.
_verticalSpaceLeft
= 0;
2333
this.
_verticalSpaceLeft
= 0;
6 references to _verticalSpaceLeft
System.Web.DataVisualization (6)
Common\General\Legend.cs (6)
556
bool autoFitDone = (this._horizontalSpaceLeft >= 0 && this.
_verticalSpaceLeft
>= 0);
608
autoFitDone = (this._horizontalSpaceLeft >= 0 && this.
_verticalSpaceLeft
>= 0);
628
if(this._itemColumns == 1 && (this._horizontalSpaceLeft < 0 && this.
_verticalSpaceLeft
>= 0))
635
else if(this.GetMaximumNumberOfRows() == 1 && (this.
_verticalSpaceLeft
< 0 && this._horizontalSpaceLeft >= 0))
708
if(this.
_verticalSpaceLeft
> 0)
710
itemHalfSpacing.Height = (int)(this.
_verticalSpaceLeft
/ this.GetMaximumNumberOfRows() / 2);