3 writes to _oppLeftBottomPoint
System.Windows.Forms.DataVisualization (3)
Common\General\ChartGraphics3D.cs (3)
4156 this._oppLeftBottomPoint = -1; 4546 this._oppLeftBottomPoint = pointOppositeIndex; 4567 this._oppLeftBottomPoint = this._oppRigthTopPoint;
4 references to _oppLeftBottomPoint
System.Windows.Forms.DataVisualization (4)
Common\General\ChartGraphics3D.cs (4)
4385 if(this._oppLeftBottomPoint != -1 && this._oppRigthTopPoint != -1) 4388 leftBottomPoint = this._oppLeftBottomPoint; 4560 if(ellipsePoints[leftBottomPoint].Y > oppositeEllipsePoints[this._oppLeftBottomPoint].Y) 4566 temp = this._oppLeftBottomPoint;