4 writes to _xValueType
System.Web.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.Web.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
;