4 writes to _xValueType
System.Windows.Forms.DataVisualization (4)
Common\DataManager\DataSeries.cs (4)
1484 _xValueType = indexedXValueType; 1566_xValueType = ChartValueType.Auto; 1678 _xValueType = ChartValueType.Double; 1917 _xValueType = value;
5 references to _xValueType
System.Windows.Forms.DataVisualization (5)
Common\DataManager\DataSeries.cs (5)
1627 if(this.IsXValueDateTime() || _xValueType == ChartValueType.String) 1629 this.Points.DataBindXY(GetDummyData(_xValueType), GetDummyData(_yValueType)); 1676 if(_xValueType == ChartValueType.Auto) 1688 indexedXValueType = _xValueType; 1913 return _xValueType;