static QAbstractSeries.SeriesType |
QAbstractSeries.SeriesType.resolve(int value) |
Returns the corresponding enum entry for the given value.
|
abstract QAbstractSeries.SeriesType |
QAbstractSeries.type() |
|
QAbstractSeries.SeriesType |
QAreaSeries.type() |
|
QAbstractSeries.SeriesType |
QBarSeries.type() |
|
QAbstractSeries.SeriesType |
QBoxPlotSeries.type() |
|
QAbstractSeries.SeriesType |
QCandlestickSeries.type() |
|
QAbstractSeries.SeriesType |
QHorizontalBarSeries.type() |
|
QAbstractSeries.SeriesType |
QHorizontalPercentBarSeries.type() |
|
QAbstractSeries.SeriesType |
QHorizontalStackedBarSeries.type() |
|
QAbstractSeries.SeriesType |
QLineSeries.type() |
|
QAbstractSeries.SeriesType |
QPercentBarSeries.type() |
|
QAbstractSeries.SeriesType |
QPieSeries.type() |
|
QAbstractSeries.SeriesType |
QScatterSeries.type() |
|
QAbstractSeries.SeriesType |
QSplineSeries.type() |
|
QAbstractSeries.SeriesType |
QStackedBarSeries.type() |
|
static QAbstractSeries.SeriesType |
QAbstractSeries.SeriesType.valueOf(String name) |
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.
|