Uses of Enum
io.qt.graphs.QAbstractSeries.SeriesType
Packages that use QAbstractSeries.SeriesType
-
Uses of QAbstractSeries.SeriesType in io.qt.graphs
Methods in io.qt.graphs 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()
QLineSeries.type()
QPieSeries.type()
QScatterSeries.type()
QSplineSeries.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.