12 references to String
System.Windows.Forms.DataVisualization (12)
Common\DataManager\DataPoint.cs (3)
1067
this.series.XValueType = ChartValueType.
String
;
1527
type = ChartValueType.
String
;
2486
if(this.series.XValueType == ChartValueType.
String
)
Common\DataManager\DataSeries.cs (2)
1029
else if(type == ChartValueType.
String
)
1627
if(this.IsXValueDateTime() || _xValueType == ChartValueType.
String
)
Common\General\Axis.cs (2)
4243
else if(series.XValueType == ChartValueType.
String
||
4254
if(series.YValueType == ChartValueType.
String
||
Common\General\DataManipulator.cs (5)
958
if (zeroXValues && ser.XValueType == ChartValueType.
String
)
977
else if(ser.XValueType == ChartValueType.
String
)
992
else if(ser.YValueType == ChartValueType.
String
)
1028
else if(ser.XValueType == ChartValueType.
String
)
1047
else if(ser.YValueType == ChartValueType.
String
)