26 references to DateTime
System.Windows.Forms.DataVisualization (26)
Common\ChartTypes\BarChart.cs (1)
431
ser.XValueType == ChartValueType.
DateTime
||
Common\ChartTypes\ColumnChart.cs (1)
345
ser.XValueType == ChartValueType.
DateTime
||
Common\ChartTypes\StackedBarChart.cs (1)
697
ser.XValueType == ChartValueType.
DateTime
||
Common\ChartTypes\StackedColumnChart.cs (1)
707
ser.XValueType == ChartValueType.
DateTime
||
Common\Converters\AxisConverters.cs (1)
390
if (axis.GetAxisValuesType() == ChartValueType.
DateTime
||
Common\DataManager\DataPoint.cs (4)
1007
this.series.YValueType = ChartValueType.
DateTime
;
1059
this.series.XValueType = ChartValueType.
DateTime
;
1079
this.series.YValueType = ChartValueType.
DateTime
;
1513
type = ChartValueType.
DateTime
;
Common\DataManager\DataSeries.cs (3)
856
this.YValueType == ChartValueType.
DateTime
||
872
this.XValueType == ChartValueType.
DateTime
||
1020
if(type == ChartValueType.
DateTime
|| type == ChartValueType.Date || type == ChartValueType.DateTimeOffset)
Common\General\Axis.cs (1)
6043
if(GetAxisValuesType() == ChartValueType.
DateTime
||
Common\General\AxisLabels.cs (2)
430
valueType = ChartValueType.
DateTime
;
580
if( valueType == ChartValueType.
DateTime
||
Common\General\AxisScrollZoom.cs (2)
1643
if (axisValuesType == ChartValueType.
DateTime
||
1717
if(axis.GetAxisValuesType() == ChartValueType.
DateTime
||
Common\General\ChartAreaAxes.cs (5)
955
ser.XValueType != ChartValueType.
DateTime
&&
977
ser.XValueType != ChartValueType.
DateTime
&&
999
ser.YValueType != ChartValueType.
DateTime
&&
1020
ser.YValueType != ChartValueType.
DateTime
&&
1092
valueTypes != ChartValueType.
DateTime
&&
Common\General\GridTickMarks.cs (2)
175
ChartValueType.
DateTime
);
1296
ChartValueType.
DateTime
);
Common\General\Label.cs (1)
337
valueType = ChartValueType.
DateTime
;
Common\Utilities\ValueConverter.cs (1)
107
if (valueType == ChartValueType.
DateTime
||