Uses of Class
io.qt.charts.QAbstractBarSeries
Packages that use QAbstractBarSeries
-
Uses of QAbstractBarSeries in io.qt.charts
Subclasses of QAbstractBarSeries in io.qt.chartsModifier and TypeClassDescriptionclass
Presents a series of data as vertical bars grouped by categoryclass
Presents a series of data as horizontal bars grouped by categoryclass
Presents a series of categorized data as a percentage of each categoryclass
Presents a series of data as horizontally stacked bars, with one bar per categoryclass
Presents a series of categorized data as a percentage of each categoryclass
Presents a series of data as vertically stacked bars, with one bar per categoryMethods in io.qt.charts that return QAbstractBarSeriesModifier and TypeMethodDescriptionQBarLegendMarker.series()
protected QAbstractBarSeries
QBarModelMapper.series()
protected final QAbstractBarSeries
QHBarModelMapper.series()
protected final QAbstractBarSeries
QVBarModelMapper.series()
Methods in io.qt.charts with parameters of type QAbstractBarSeriesModifier and TypeMethodDescriptionprotected void
QBarModelMapper.setSeries
(QAbstractBarSeries series) protected final void
QHBarModelMapper.setSeries
(QAbstractBarSeries series) protected final void
QVBarModelMapper.setSeries
(QAbstractBarSeries series) Constructors in io.qt.charts with parameters of type QAbstractBarSeriesModifierConstructorDescriptionQBarLegendMarker
(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)