gpt4 book ai didi

c++ - 如何在 QtCharts 中启用缩放?

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:19:03 24 4
gpt4 key购买 nike

我希望能够使用鼠标放大我的 QtCharts。

使用鼠标进行缩放的最佳方式是绘制矩形并将 View 调整为新的较小矩形。

我如何在 QtCharts 中实现它?

Highcharts 有一个非常相似的例子,看起来很不错:

enter image description here

最佳答案

此功能由 QChartView 提供:

QChartView v;
v.setRubberBand(QChartView::HorizontalRubberBand);

还有缩小功能bound to your mouse :

If the left mouse button is pressed and the rubber band is enabled, ... the rubber band is displayed on the screen. This enables the user to select the zoom area.

否则使用QChart中的缩放功能.

关于c++ - 如何在 QtCharts 中启用缩放?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39286217/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com