Opened 4 years ago
#3110 new defect
Zooming for IndexedDataTable with DateTime x-axis does not work correctly
Reported by: | gkronber | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | Analysis.Views | Version: | |
Keywords: | Cc: |
Description
I was able to fix this partially with:
chartArea.CursorX.IntervalType = DataVisualization.Charting.DateTimeIntervalType.Minutes; chartArea.AxisX.ScaleView.SmallScrollSizeType = DataVisualization.Charting.DateTimeIntervalType.Minutes;
Note: See
TracTickets for help on using
tickets.