Skip to content

Typo in DateTimeAxis.cs #2157

@zm2mpmmb5f-prog

Description

@zm2mpmmb5f-prog

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions