QHorizontalPercentBarSeries Class

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

头文件: #include <QHorizontalPercentBarSeries>
Instantiated By: HorizontalPercentBarSeries
基类: QAbstractBarSeries

公有函数

重新实现的公有函数

virtual QAbstractSeries::SeriesType type() const

其他继承的成员

详细描述

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

This class draws data as a series of uniformly sized horizontally 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.

See the horizontal percent bar chart example to learn how to create a horizontal percent bar chart.

参见 QBarSet, QBarSeries, QPercentBarSeries, QAbstractBarSeries, QStackedBarSeries, QHorizontalStackedBarSeries, and QHorizontalBarSeries.

成员函数

QHorizontalPercentBarSeries::QHorizontalPercentBarSeries(QObject *parent = Q_NULLPTR)

Constructs an empty horizontal percent bar series that is a QObject and a child of parent.

QHorizontalPercentBarSeries::~QHorizontalPercentBarSeries()

Removes the bar series from the chart.

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

Reimplemented from QAbstractSeries::type().

Returns the horizontal percent bar series.