Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 C++ 在 Qt 中构建一个程序来可视化一些分布,所以我想用另一种颜色填充图表的一部分,比如这张图片的蓝色部分:
该图表是使用 Qcharts 的 QLineSeries 绘制的。
我搜索了 QCharts 的文档,我发现唯一的方法是使用 QAreaSeries,但是,这需要我在更新数据时更新所有区域。所以这可能是缓慢而丑陋的。