15 references to Minutes
System.Web.DataVisualization (15)
Common\General\Axis.cs (5)
4461
if( axisIntervalType == DateTimeIntervalType.
Minutes
||
4515
axisIntervalType = DateTimeIntervalType.
Minutes
;
4517
else if(axisIntervalType == DateTimeIntervalType.
Minutes
)
4618
else if(axisIntervalType == DateTimeIntervalType.
Minutes
)
4631
axisIntervalType = DateTimeIntervalType.
Minutes
;
Common\General\AxisScale.cs (5)
1446
type = DateTimeIntervalType.
Minutes
;
1452
type = DateTimeIntervalType.
Minutes
;
1457
type = DateTimeIntervalType.
Minutes
;
1462
type = DateTimeIntervalType.
Minutes
;
1467
type = DateTimeIntervalType.
Minutes
;
Common\General\ChartElement.cs (3)
1038
case(DateTimeIntervalType.
Minutes
):
1222
case(DateTimeIntervalType.
Minutes
):
1303
else if(type == DateTimeIntervalType.
Minutes
)
Common\General\DataManipulator.cs (1)
770
return DateTimeIntervalType.
Minutes
;
Common\General\Label.cs (1)
296
else if (intervalType == DateTimeIntervalType.
Minutes
)