13 references to Months
System.Windows.Forms.DataVisualization (13)
Common\General\Axis.cs (4)
4495
axisIntervalType = DateTimeIntervalType.
Months
;
4497
else if(axisIntervalType == DateTimeIntervalType.
Months
)
4586
else if(axisIntervalType == DateTimeIntervalType.
Months
)
4599
axisIntervalType = DateTimeIntervalType.
Months
;
Common\General\AxisScale.cs (3)
1528
type = DateTimeIntervalType.
Months
;
1534
type = DateTimeIntervalType.
Months
;
1540
type = DateTimeIntervalType.
Months
;
Common\General\ChartElement.cs (4)
982
if(type == DateTimeIntervalType.
Months
&& intervalSize <= 12.0 && intervalSize > 1)
1012
case(DateTimeIntervalType.
Months
):
1206
case(DateTimeIntervalType.
Months
): // Ignore hours,...
1311
else if(type == DateTimeIntervalType.
Months
)
Common\General\DataManipulator.cs (1)
772
return DateTimeIntervalType.
Months
;
Common\General\Label.cs (1)
312
else if (intervalType == DateTimeIntervalType.
Months
)