BarSeries QML 类型

将一系列数据按类别分组呈现为垂直条形。 更多...

import 语句: import QtGraphs
实例化: QBarSeries
继承:

AbstractBarSeries

状态: 技术预览

特性

详细描述

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 .