QChartView setDragMode will not perform dragging?
Unsolved
General and Desktop
-
Found this function in the QChartView documentation:
chartView->setDragMode(ScrollHandDrag);However, the "panning" cursor will appear but it will not perform any dragging when I attempt to left click and drag. Is there a function I am missing that will allow me to do so? There doesn't seem to be anything in the documentation.