i want able zoom in qtcharts using mouse.
the best way zoom using mouse drawing rectangles , adjusting view new smaller rectangle.
how can implement in qtcharts?
highcharts has similar example , looks quite nice:
this functionallity provided qchartview.
qchartview v; v.setrubberband(qchartview::horizontalrubberband);
there zooming out functionality bound mouse. don't remember button though. otherwise use zooming functions in qchart.
Comments
Post a Comment