QHorizontalBarSeries Class

The QHorizontalBarSeries class presents a series of data as horizontal bars grouped by category. More...

Header: #include <QHorizontalBarSeries>
Instantiated By: HorizontalBarSeries
Inherits: QAbstractBarSeries

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 QBarSet, QBarSeries, QPercentBarSeries, QAbstractBarSeries, QStackedBarSeries, QHorizontalStackedBarSeries, and QHorizontalPercentBarSeries.