Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interval-Property of DateTimeAxis #61

Open
fliebrecht opened this issue Mar 9, 2022 · 0 comments
Open

Interval-Property of DateTimeAxis #61

fliebrecht opened this issue Mar 9, 2022 · 0 comments

Comments

@fliebrecht
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant