The QHorizontalBarSeries class presents a series of data as horizontal bars grouped by category. More...
| Header: | #include <QHorizontalBarSeries>
|
| In QML: | HorizontalBarSeries |
| Inherits: | QAbstractBarSeries |
| QHorizontalBarSeries(QObject *parent = nullptr) | |
| virtual | ~QHorizontalBarSeries() |
| virtual QAbstractSeries::SeriesType | type() const override |
This class draws data as a series of horizontal bars grouped by category, with one bar per category from each bar set added to the series.
See the Charts with Widgets Gallery to learn how to create a horizontal bar chart.
See also QBarSet, QBarSeries, QPercentBarSeries, QAbstractBarSeries, QStackedBarSeries, QHorizontalStackedBarSeries, and QHorizontalPercentBarSeries.
[explicit] QHorizontalBarSeries::QHorizontalBarSeries(QObject *parent = nullptr)
Constructs an empty horizontal bar series that is a QObject and a child of parent.
[virtual noexcept] QHorizontalBarSeries::~QHorizontalBarSeries()
Removes the horizontal bar series from the chart.
[override virtual] QAbstractSeries::SeriesType QHorizontalBarSeries::type() const
Reimplements an access function for property: QAbstractSeries::type.
Returns the horizontal bar series.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qhorizontalbarseries-qtcharts.html