26 references to DateTime
System.Web.DataVisualization (26)
Common\ChartTypes\BarChart.cs (1)
431ser.XValueType == ChartValueType.DateTime ||
Common\ChartTypes\ColumnChart.cs (1)
345ser.XValueType == ChartValueType.DateTime ||
Common\ChartTypes\StackedBarChart.cs (1)
697ser.XValueType == ChartValueType.DateTime ||
Common\ChartTypes\StackedColumnChart.cs (1)
707ser.XValueType == ChartValueType.DateTime ||
Common\Converters\AxisConverters.cs (1)
390if (axis.GetAxisValuesType() == ChartValueType.DateTime ||
Common\DataManager\DataPoint.cs (4)
1007this.series.YValueType = ChartValueType.DateTime; 1059 this.series.XValueType = ChartValueType.DateTime; 1079this.series.YValueType = ChartValueType.DateTime; 1513 type = ChartValueType.DateTime;
Common\DataManager\DataSeries.cs (3)
856 this.YValueType == ChartValueType.DateTime || 872 this.XValueType == ChartValueType.DateTime || 1020if(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)
1643if (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 && 1092valueTypes != ChartValueType.DateTime &&
Common\General\GridTickMarks.cs (2)
175 ChartValueType.DateTime ); 1296ChartValueType.DateTime);
Common\General\Label.cs (1)
337valueType = ChartValueType.DateTime;
Common\Utilities\ValueConverter.cs (1)
107if (valueType == ChartValueType.DateTime ||