Uses of Enum
io.qt.charts.QAbstractAxis.AxisType
Packages that use 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.AxisType
QAbstractAxis.AxisType.resolve
(int value) Returns the corresponding enum entry for the given value.abstract QAbstractAxis.AxisType
QAbstractAxis.type()
QBarCategoryAxis.type()
QCategoryAxis.type()
QDateTimeAxis.type()
QLogValueAxis.type()
QValueAxis.type()
static QAbstractAxis.AxisType
Returns 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.AxisTypes
QAbstractAxis.AxisTypes.combined
(QAbstractAxis.AxisType e) Combines this flags with enum entry.static QAbstractAxis.AxisTypes
QAbstractAxis.AxisType.flags
(QAbstractAxis.AxisType... values) Creates a newQAbstractAxis.AxisTypes
from the entries.final QAbstractAxis.AxisTypes
QAbstractAxis.AxisTypes.setFlag
(QAbstractAxis.AxisType e) Sets the flage
final QAbstractAxis.AxisTypes
QAbstractAxis.AxisTypes.setFlag
(QAbstractAxis.AxisType e, boolean on) Sets or clears the flagflag
Constructors in io.qt.charts with parameters of type QAbstractAxis.AxisTypeModifierConstructorDescriptionAxisTypes
(QAbstractAxis.AxisType... args) Creates a new AxisTypes where the flags inargs
are set.