2 writes to _coordXY
System.Web.DataVisualization (2)
Common\General\ChartGraphics3D.cs (2)
4706
this.
_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)
4640
return this.
_coordXY
.X;
4644
this.
_coordXY
.X = value;
4661
return this.
_coordXY
.Y;
4665
this.
_coordXY
.Y = value;
4702
return this.
_coordXY
;