7 references to UInt32
System.Windows.Forms.DataVisualization (7)
Common\DataManager\DataPoint.cs (1)
1529 type = ChartValueType.UInt32;
Common\General\Axis.cs (2)
4245 series.XValueType == ChartValueType.UInt32 || 4256 series.YValueType == ChartValueType.UInt32 ||
Common\General\ChartAreaAxes.cs (4)
847 ser.XValueType != ChartValueType.UInt32 && 870 ser.XValueType != ChartValueType.UInt32 && 893 ser.YValueType != ChartValueType.UInt32 && 915 ser.YValueType != ChartValueType.UInt32 &&