3 writes to _yValueType
System.Windows.Forms.DataVisualization (3)
Common\DataManager\DataSeries.cs (3)
1571
_yValueType
= ChartValueType.Auto;
1683
_yValueType
= ChartValueType.Double;
1969
_yValueType
= value;
4 references to _yValueType
System.Windows.Forms.DataVisualization (4)
Common\DataManager\DataSeries.cs (4)
1629
this.Points.DataBindXY(GetDummyData(_xValueType), GetDummyData(
_yValueType
));
1638
this.Points.DataBindXY(xValues, GetDummyData(
_yValueType
));
1681
if(
_yValueType
== ChartValueType.Auto)
1965
return
_yValueType
;