7 references to UInt64
System.Web.DataVisualization (7)
Common\DataManager\DataPoint.cs (1)
1531 type = ChartValueType.UInt64;
Common\General\Axis.cs (2)
4246 series.XValueType == ChartValueType.UInt64 || 4257 series.YValueType == ChartValueType.UInt64 ||
Common\General\ChartAreaAxes.cs (4)
848 ser.XValueType != ChartValueType.UInt64 && 871 ser.XValueType != ChartValueType.UInt64 && 894 ser.YValueType != ChartValueType.UInt64 && 916 ser.YValueType != ChartValueType.UInt64 &&