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.ChartTypeQChart.chartType()static QChart.ChartTypeQChart.ChartType.resolve(int value) Returns the corresponding enum entry for the given value.static QChart.ChartTypeReturns 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.ChartTypeModifierConstructorDescriptionprotectedQChart(QChart.ChartType type, QGraphicsItem parent, Qt.WindowFlags wFlags) protectedQChart(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).