Uses of Enum
io.qt.charts.QChart.ChartType
Packages that use QChart.ChartType
-
Uses of QChart.ChartType in io.qt.charts
Methods in io.qt.charts that return QChart.ChartTypeModifier and TypeMethodDescriptionfinal QChart.ChartType
QChart.chartType()
static QChart.ChartType
QChart.ChartType.resolve
(int value) Returns the corresponding enum entry for the given value.static QChart.ChartType
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.ChartTypeModifierConstructorDescriptionprotected
QChart
(QChart.ChartType type, QGraphicsItem parent, Qt.WindowFlags wFlags) protected
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)
.