QStackedBarSeries Class

The QStackedBarSeries class presents a series of data as vertically stacked bars, with one bar per category. More...

Header: #include <QStackedBarSeries>
Instantiated By: StackedBarSeries
Inherits: QAbstractBarSeries

Public Functions

QStackedBarSeries(QObject *parent = nullptr)
virtual ~QStackedBarSeries()

Reimplemented Public Functions

virtual QAbstractSeries::SeriesType type() const override
typedef QObjectList
QList<T> qFindChildren(const QObject *obj, const QRegExp &regExp)
T qobject_cast(QObject *object)
T qobject_cast(const QObject *object)

Macros

Additional Inherited Members

Detailed Description

Each bar set added to the series contributes a single segment to each stacked bar.

See the stacked bar chart example to learn how to create a stacked bar chart.

See also QBarSet, QPercentBarSeries, and QAbstractBarSeries.

Member Function Documentation

QStackedBarSeries::QStackedBarSeries(QObject *parent = nullptr)

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

[virtual] QStackedBarSeries::~QStackedBarSeries()

Removes the bar series from the chart.

[override virtual] QAbstractSeries::SeriesType QStackedBarSeries::type() const

Reimplements: QAbstractSeries::type() const.

Returns the stacked bar series.