QHorizontalBarSeries Class▲
-
Header: QHorizontalBarSeries
-
Inherited By:
-
Instantiated By: qml-qtcharts-horizontalbarseries.xml
-
Inherits: QAbstractBarSeries
-
Inherited By:
Detailed Description▲
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 horizontal bar chart example to learn how to create a horizontal bar chart.
See Also▲
Member Function Documentation▲
[explicit] QHorizontalBarSeries::QHorizontalBarSeries(QObject *parent = nullptr)▲
Constructs an empty horizontal bar series that is a QObject and a child of parent.
[virtual] 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.