27 references to DateTimeOffset
System.Web.DataVisualization (27)
Common\ChartTypes\BarChart.cs (1)
433ser.XValueType == ChartValueType.DateTimeOffset))
Common\ChartTypes\ColumnChart.cs (1)
347ser.XValueType == ChartValueType.DateTimeOffset))
Common\ChartTypes\StackedBarChart.cs (1)
699ser.XValueType == ChartValueType.DateTimeOffset))
Common\ChartTypes\StackedColumnChart.cs (1)
709ser.XValueType == ChartValueType.DateTimeOffset))
Common\Converters\AxisConverters.cs (1)
393axis.GetAxisValuesType() == ChartValueType.DateTimeOffset)
Common\DataManager\DataPoint.cs (4)
1012this.series.YValueType = ChartValueType.DateTimeOffset; 1063this.series.XValueType = ChartValueType.DateTimeOffset; 1084this.series.YValueType = ChartValueType.DateTimeOffset; 1515type = ChartValueType.DateTimeOffset;
Common\DataManager\DataSeries.cs (3)
858this.YValueType == ChartValueType.DateTimeOffset) 874this.XValueType == ChartValueType.DateTimeOffset) 1020if(type == ChartValueType.DateTime || type == ChartValueType.Date || type == ChartValueType.DateTimeOffset)
Common\General\Axis.cs (1)
6046GetAxisValuesType() == ChartValueType.DateTimeOffset)
Common\General\AxisLabels.cs (2)
428valueType != ChartValueType.DateTimeOffset) 583valueType == ChartValueType.DateTimeOffset ||
Common\General\AxisScrollZoom.cs (3)
1646axisValuesType == ChartValueType.DateTimeOffset) 1667if (axisValuesType == ChartValueType.DateTimeOffset && strValue != null) 1720axis.GetAxisValuesType() == ChartValueType.DateTimeOffset)
Common\General\ChartAreaAxes.cs (5)
957ser.XValueType != ChartValueType.DateTimeOffset) 979ser.XValueType != ChartValueType.DateTimeOffset) 1001ser.YValueType != ChartValueType.DateTimeOffset) 1022ser.YValueType != ChartValueType.DateTimeOffset) 1094valueTypes != ChartValueType.DateTimeOffset )
Common\General\Label.cs (2)
334if (this.Axis.GetAxisValuesType() == ChartValueType.DateTimeOffset) 335valueType = ChartValueType.DateTimeOffset;
Common\Utilities\ValueConverter.cs (2)
108valueType == ChartValueType.DateTimeOffset || 115if (valueType == ChartValueType.DateTimeOffset)