Uses of Class
io.qt.charts.QChart.ChartType
Package | Description |
---|---|
io.qt.charts |
-
Uses of QChart.ChartType in io.qt.charts
Methods in io.qt.charts that return QChart.ChartType Modifier and Type Method Description QChart.ChartType
QChart. chartType()
static QChart.ChartType
QChart.ChartType. resolve(int value)
Returns the corresponding enum entry for the given value.static QChart.ChartType
QChart.ChartType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QChart.ChartType[]
QChart.ChartType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.charts with parameters of type QChart.ChartType Constructor Description QChart(QChart.ChartType type, QGraphicsItem parent, Qt.WindowFlags wFlags)
QChart(QChart.ChartType type, QGraphicsItem parent, Qt.WindowType... wFlags)
Overloaded constructor forQChart(io.qt.charts.QChart.ChartType, io.qt.widgets.QGraphicsItem, io.qt.core.Qt.WindowFlags)
.