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.

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.