Uses of Enum
io.qt.charts.QAbstractAxis.AxisType
-
Uses of QAbstractAxis.AxisType in io.qt.charts
Methods in io.qt.charts that return QAbstractAxis.AxisTypeModifier and TypeMethodDescriptionfinal QAbstractAxis.AxisType[]QAbstractAxis.AxisTypes.flags()Returns an array of flag objects represented by this AxisTypes.static QAbstractAxis.AxisTypeQAbstractAxis.AxisType.resolve(int value) Returns the corresponding enum entry for the given value.abstract QAbstractAxis.AxisTypeQAbstractAxis.type()QBarCategoryAxis.type()QCategoryAxis.type()QDateTimeAxis.type()QLogValueAxis.type()QValueAxis.type()static QAbstractAxis.AxisTypeReturns the enum constant of this type with the specified name.static QAbstractAxis.AxisType[]QAbstractAxis.AxisType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.charts with parameters of type QAbstractAxis.AxisTypeModifier and TypeMethodDescriptionQAbstractAxis.AxisType.combined(QAbstractAxis.AxisType e) Combines this entry with other enum entry.final QAbstractAxis.AxisTypesQAbstractAxis.AxisTypes.combined(QAbstractAxis.AxisType e) Combines this flags with enum entry.static QAbstractAxis.AxisTypesQAbstractAxis.AxisType.flags(QAbstractAxis.AxisType... values) Creates a newQAbstractAxis.AxisTypesfrom the entries.final QAbstractAxis.AxisTypesQAbstractAxis.AxisTypes.setFlag(QAbstractAxis.AxisType e) Sets the flagefinal QAbstractAxis.AxisTypesQAbstractAxis.AxisTypes.setFlag(QAbstractAxis.AxisType e, boolean on) Sets or clears the flagflagConstructors in io.qt.charts with parameters of type QAbstractAxis.AxisTypeModifierConstructorDescriptionAxisTypes(QAbstractAxis.AxisType... args) Creates a new AxisTypes where the flags inargsare set.