Free cookie consent management tool by TermsFeed Policy Generator

Opened 3 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;

Change History (0)

Note: See TracTickets for help on using tickets.