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