Uses of Class
io.qt.charts.QAbstractBarSeries
Package | Description |
---|---|
io.qt.charts |
-
Uses of QAbstractBarSeries in io.qt.charts
Subclasses of QAbstractBarSeries in io.qt.charts Modifier and Type Class Description class
QBarSeries
Presents a series of data as vertical bars grouped by categoryclass
QHorizontalBarSeries
Presents a series of data as horizontal bars grouped by categoryclass
QHorizontalPercentBarSeries
Presents a series of categorized data as a percentage of each categoryclass
QHorizontalStackedBarSeries
Presents a series of data as horizontally stacked bars, with one bar per categoryclass
QPercentBarSeries
Presents a series of categorized data as a percentage of each categoryclass
QStackedBarSeries
Presents a series of data as vertically stacked bars, with one bar per categoryMethods in io.qt.charts that return QAbstractBarSeries Modifier and Type Method Description QAbstractBarSeries
QBarLegendMarker. series()
protected QAbstractBarSeries
QBarModelMapper. series()
protected QAbstractBarSeries
QHBarModelMapper. series()
protected QAbstractBarSeries
QVBarModelMapper. series()
Methods in io.qt.charts with parameters of type QAbstractBarSeries Modifier and Type Method Description protected void
QBarModelMapper. setSeries(QAbstractBarSeries series)
protected void
QHBarModelMapper. setSeries(QAbstractBarSeries series)
protected void
QVBarModelMapper. setSeries(QAbstractBarSeries series)
Constructors in io.qt.charts with parameters of type QAbstractBarSeries Constructor Description QBarLegendMarker(QAbstractBarSeries series, QBarSet barset, QLegend legend)
Overloaded constructor forQBarLegendMarker(io.qt.charts.QAbstractBarSeries, io.qt.charts.QBarSet, io.qt.charts.QLegend, io.qt.core.QObject)
withparent = null
.QBarLegendMarker(QAbstractBarSeries series, QBarSet barset, QLegend legend, QObject parent)