QPercentBarSeries Class

QPercentBarSeries class presents a series of categorized data as a percentage of each category. 更多...

头: #include <QPercentBarSeries>
实例化: PercentBarSeries
继承: QAbstractBarSeries

公共函数

QPercentBarSeries (QObject * parent = Q_NULLPTR)
~QPercentBarSeries ()

重实现公共函数

virtual QAbstractSeries::SeriesType type () const

额外继承成员

详细描述

QPercentBarSeries class presents a series of categorized data as a percentage of each category.

This class draws data as a series of uniformly sized vertically stacked bars, with one bar per category. Each bar set added to the series contributes a single segment to each stacked bar. The segment size corresponds to the percentage of the segment value compared with the total value of all segments in the stack. Bars with zero value are not drawn.

percent bar chart example to learn how to create a percent bar chart.

另请参阅 QBarSet , QStackedBarSeries ,和 QAbstractBarSeries .

成员函数文档编制

QPercentBarSeries:: QPercentBarSeries ( QObject * parent = Q_NULLPTR)

Constructs an empty vertical percent bar series that is a QObject 和子级对于 parent .

QPercentBarSeries:: ~QPercentBarSeries ()

从图表移除条形系列。

[virtual] QAbstractSeries::SeriesType QPercentBarSeries:: type () const

重实现自 QAbstractSeries::type ().

Returns the vertical percent bar series.