将一系列数据按类别分组呈现为垂直条形。 更多...
| import 语句: | import QtGraphs |
| 实例化: | QBarSeries |
| 继承: | |
| 状态: | 技术预览 |
The data is drawn as a series of vertical bars grouped by category, with one bar per category from each bar set added to the series.
|
axisX : AbstractAxis |
The x-axis used for the series. This should be BarCategoryAxis .
另请参阅 axisY .
|
axisY : AbstractAxis |
The y-axis used for the series. This should be ValueAxis .
另请参阅 axisX .