QBarSeries Class

Series for creating bar chart. More...

Header: #include <QBarSeries>
Instantiated By: BarSeries
Inherits: QAbstractBarSeries

Public Functions

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

Reimplemented Public Functions

virtual QAbstractSeries::SeriesType type() const

Additional Inherited Members

Detailed Description

Series for creating bar chart.

QBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars as groups, where bars in same category are grouped next to each other. QBarSeries groups the data from sets to categories, which are defined by a QStringList.

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

See also QBarSet, QPercentBarSeries, QAbstractBarSeries, and QStackedBarSeries.

Member Function Documentation

QBarSeries::QBarSeries(QObject *parent = Q_NULLPTR)

Constructs empty QBarSeries. QBarSeries is QObject which is a child of a parent.

QBarSeries::~QBarSeries()

Destructor. Removes series from chart.

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

Reimplemented from QAbstractSeries::type().

Returns QAbstractSeries::SeriesTypeBar.