Skip to content

Interval-Property of DateTimeAxis #61

Description

@fliebrecht

Setting in XAML an Interval of DateTimeAxis freezes Visual Studio's XAML-Designer - when not accompagnied with a setting of the IntervalType property. Something like this doesn' t work:

       <chart:Chart.Axes>
            <chart:DateTimeAxis Orientation="X" Interval="1">
       </chart:Chart.Axes>

Something like this works:

       <chart:Chart.Axes>
            <chart:DateTimeAxis Orientation="X" Interval="1" IntervalType="Months">
       </chart:Chart.Axes>

Is that said elsewhere or even obvious?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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