15 references to Hours
System.Web.DataVisualization (15)
Common\Converters\AxisConverters.cs (1)
122
if(intervalType < DateTimeIntervalType.
Hours
)
Common\General\Axis.cs (4)
4510
axisIntervalType = DateTimeIntervalType.
Hours
;
4512
else if(axisIntervalType == DateTimeIntervalType.
Hours
)
4610
else if(axisIntervalType == DateTimeIntervalType.
Hours
)
4623
axisIntervalType = DateTimeIntervalType.
Hours
;
Common\General\AxisScale.cs (4)
1473
type = DateTimeIntervalType.
Hours
;
1479
type = DateTimeIntervalType.
Hours
;
1485
type = DateTimeIntervalType.
Hours
;
1491
type = DateTimeIntervalType.
Hours
;
Common\General\AxisScrollZoom.cs (1)
1656
if (dtIntervalType < DateTimeIntervalType.
Hours
)
Common\General\ChartElement.cs (3)
1032
case(DateTimeIntervalType.
Hours
):
1216
case(DateTimeIntervalType.
Hours
): //
1291
else if(type == DateTimeIntervalType.
Hours
)
Common\General\DataManipulator.cs (1)
768
return DateTimeIntervalType.
Hours
;
Common\General\Label.cs (1)
300
else if (intervalType == DateTimeIntervalType.
Hours
)