1 write to _width
System.Web.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
5609 this._width = width;
10 references to _width
System.Web.DataVisualization (10)
Common\General\ChartGraphics.cs (10)
3479 if(fillRect.Width > 2f * this._width) 3481 fillRect.Width = 2f * this._width; 4654 relative.X = rectangle.X * 100F / ((float)(_width - 1)); 4656 relative.Width = rectangle.Width * 100F / ((float)(_width - 1)); 4678 relative.X = point.X * 100F / ((float)(_width - 1)); 4701 relative.Width = size.Width * 100F / ((float)(_width - 1)); 4723 absolute.X = point.X * (_width - 1) / 100F; 4745 absolute.X = rectangle.X * (_width - 1) / 100F; 4747 absolute.Width = rectangle.Width * (_width - 1) / 100F; 4769 absolute.Width = size.Width * (_width - 1) / 100F;