10 references to Milliseconds
System.Windows.Forms.DataVisualization (10)
Common\General\Axis.cs (2)
4525
axisIntervalType = DateTimeIntervalType.
Milliseconds
;
4634
else if(axisIntervalType == DateTimeIntervalType.
Milliseconds
)
Common\General\AxisScale.cs (4)
1388
type = DateTimeIntervalType.
Milliseconds
;
1393
type = DateTimeIntervalType.
Milliseconds
;
1398
type = DateTimeIntervalType.
Milliseconds
;
1403
type = DateTimeIntervalType.
Milliseconds
;
Common\General\ChartElement.cs (2)
1059
case(DateTimeIntervalType.
Milliseconds
):
1295
else if(type == DateTimeIntervalType.
Milliseconds
)
Common\General\DataManipulator.cs (1)
762
return DateTimeIntervalType.
Milliseconds
;
Common\General\Label.cs (1)
288
else if (intervalType == DateTimeIntervalType.
Milliseconds
)