QtCharts笔记(四)之区域图QAreaSeries
一.QAreaSeries介绍 文档原文: 1.The QAreaSeries class presents data in area charts 翻译过来就是:QAreaSeries这个类是以区域图的形式来显示数据的
2.An area series is used to show quantitative data. It is based on a line series, in the way that the area between the boundary lines is emphasized with color. Since the area series is based on the line series, the QAreaSeries constructor needs a QLineSeries instance, which defines the upper boundar
共有 0 条评论