6 references to Double
System.Web.DataVisualization (6)
Common\DataManager\DataPoint.cs (2)
1519type = ChartValueType.Double; 2482 ChartValueType.Double,
Common\DataManager\DataSeries.cs (2)
1678 _xValueType = ChartValueType.Double; 1683 _yValueType = ChartValueType.Double;
Common\General\Axis.cs (1)
6063ChartValueType type = ChartValueType.Double;
Common\General\Label.cs (1)
331ChartValueType valueType = ChartValueType.Double;