6 writes to _x
System.Web.DataVisualization (6)
Common\Utilities\ElementPosition.cs (6)
129 this._x = x; 216 this._x = rect.X; 308 this._x = x; 346 _x = value; 431 _x = 100 - Width; 506 this._x = 0;
9 references to _x
System.Web.DataVisualization (9)
Common\Utilities\ElementPosition.cs (9)
204 return new RectangleF(_x, _y, _width, _height); 253 get{ return this._x + this._width; } 270 else if(this._x == pos._x && this._y == pos._y && 290 this._x.ToString(System.Globalization.CultureInfo.CurrentCulture)+", "+ 338 return _x; 350 if( (_x + Width) > 100) 352 Width = 100 - _x; 429 if( (_x + Width) > 100)