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

Zooming for IndexedDataTable with DateTime x-axis does not work correctly #3110

Open
HeuristicLab-Trac-Bot opened this issue Mar 4, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@HeuristicLab-Trac-Bot
Copy link
Collaborator

Issue migrated from trac ticket # 3110

milestone: HeuristicLab 3.3.x Backlog | component: Analysis.Views | priority: medium

2021-03-04 12:57:14: @gkronber created the issue


I was able to fix this partially with:

    chartArea.CursorX.IntervalType = DataVisualization.Charting.DateTimeIntervalType.Minutes;
    chartArea.AxisX.ScaleView.SmallScrollSizeType = DataVisualization.Charting.DateTimeIntervalType.Minutes;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant