7 references to Int32
System.Windows.Forms.DataVisualization (7)
Common\DataManager\DataPoint.cs (1)
1521
type = ChartValueType.
Int32
;
Common\General\Axis.cs (2)
4244
series.XValueType == ChartValueType.
Int32
||
4255
series.YValueType == ChartValueType.
Int32
||
Common\General\ChartAreaAxes.cs (4)
846
if(ser.XValueType != ChartValueType.
Int32
&&
869
if(ser.XValueType != ChartValueType.
Int32
&&
892
if(ser.YValueType != ChartValueType.
Int32
&&
914
if(ser.YValueType != ChartValueType.
Int32
&&