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