6 writes to _y
System.Web.DataVisualization (6)
Common\Utilities\ElementPosition.cs (6)
130
this.
_y
= y;
217
this.
_y
= rect.Y;
309
this.
_y
= y;
386
_y
= value;
470
_y
= 100 - Height;
507
this.
_y
= 0;
9 references to _y
System.Web.DataVisualization (9)
Common\Utilities\ElementPosition.cs (9)
204
return new RectangleF(_x,
_y
, _width, _height);
242
get { return this.
_y
+ this._height; }
270
else if(this._x == pos._x && this.
_y
== pos.
_y
&&
291
this.
_y
.ToString(System.Globalization.CultureInfo.CurrentCulture)+", "+
378
return
_y
;
390
if( (
_y
+ Height) > 100)
392
Height = 100 -
_y
;
468
if( (
_y
+ Height) > 100)