5 writes to _horizontalSpaceLeft
System.Web.DataVisualization (5)
Common\General\Legend.cs (5)
544
out this.
_horizontalSpaceLeft
,
605
out this.
_horizontalSpaceLeft
,
693
out this.
_horizontalSpaceLeft
,
875
this.
_horizontalSpaceLeft
= 0;
2332
this.
_horizontalSpaceLeft
= 0;
11 references to _horizontalSpaceLeft
System.Web.DataVisualization (11)
Common\General\Legend.cs (11)
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))
712
if(this.
_horizontalSpaceLeft
> 0)
714
itemHalfSpacing.Width = (int)(
_horizontalSpaceLeft
/ 2);
825
if(this.
_horizontalSpaceLeft
> 0)
2497
if(this.
_horizontalSpaceLeft
> 0)
2499
separatorRect.X += this.
_horizontalSpaceLeft
/ 2;
4073
if(
_horizontalSpaceLeft
> 0)
4075
rect.X += (int)(this.
_horizontalSpaceLeft
/ 2f);