10 writes to _xValue
System.Windows.Forms.DataVisualization (10)
Common\DataManager\DataPoint.cs (10)
1841
_xValue
= 0;
1859
this.
_xValue
= xValue;
1876
this.
_xValue
= xValue;
1904
this.
_xValue
= xValue;
2116
this.
_xValue
= ((DateTime)xValue).ToOADate();
2120
this.
_xValue
= ConvertValue(xValue);
2136
this.
_xValue
= time.ToOADate();
2148
this.
_xValue
= time.ToOADate();
2348
clonePoint.
_xValue
= this.XValue;
2705
_xValue
= value;
2 references to _xValue
System.Windows.Forms.DataVisualization (2)
Common\DataManager\DataPoint.cs (2)
2281
this._yValue[i] = this.
_xValue
- Math.Floor(this._yValue[i]);
2701
return
_xValue
;