Uses of Enum
io.qt.charts.QAbstractSeries.SeriesType
Packages that use QAbstractSeries.SeriesType
-
Uses of QAbstractSeries.SeriesType in io.qt.charts
Methods in io.qt.charts that return QAbstractSeries.SeriesTypeModifier and TypeMethodDescriptionstatic QAbstractSeries.SeriesType
QAbstractSeries.SeriesType.resolve
(int value) Returns the corresponding enum entry for the given value.abstract QAbstractSeries.SeriesType
QAbstractSeries.type()
QAreaSeries.type()
QBarSeries.type()
QBoxPlotSeries.type()
QCandlestickSeries.type()
QHorizontalBarSeries.type()
QHorizontalPercentBarSeries.type()
QHorizontalStackedBarSeries.type()
QLineSeries.type()
QPercentBarSeries.type()
QPieSeries.type()
QScatterSeries.type()
QSplineSeries.type()
QStackedBarSeries.type()
static QAbstractSeries.SeriesType
Returns the enum constant of this type with the specified name.static QAbstractSeries.SeriesType[]
QAbstractSeries.SeriesType.values()
Returns an array containing the constants of this enum type, in the order they are declared.