-
Notifications
You must be signed in to change notification settings - Fork 987
Open
Description
oxyplot/Source/OxyPlot/Axes/DateTimeAxis.cs
Line 441 in 989df42
| if (range >= 365.25) |
if (range >= 365.25)
{
this.actualIntervalType = DateTimeIntervalType.Years;
}
"range" is incorrect. Should have been "interval". Changing this fixes the strange behavior of DateTimeAxis majorsteps when zooming the axis.
Metadata
Metadata
Assignees
Labels
No labels