2 writes to _coordXY
System.Web.DataVisualization (2)
Common\General\ChartGraphics3D.cs (2)
4706this._coordXY = new PointF(value.X, value.Y); 4721 this._coordXY = new PointF(x, y);
5 references to _coordXY
System.Web.DataVisualization (5)
Common\General\ChartGraphics3D.cs (5)
4640return this._coordXY.X; 4644this._coordXY.X = value; 4661return this._coordXY.Y; 4665this._coordXY.Y = value; 4702return this._coordXY;