Uses of Enum
io.qt.charts.QValueAxis.TickType
Packages that use QValueAxis.TickType
-
Uses of QValueAxis.TickType in io.qt.charts
Fields in io.qt.charts with type parameters of type QValueAxis.TickTypeModifier and TypeFieldDescriptionQValueAxis.tickTypeChanged
SeeQValueAxis::
tickTypeChanged(QValueAxis::TickType) Methods in io.qt.charts that return QValueAxis.TickTypeModifier and TypeMethodDescriptionstatic QValueAxis.TickType
QValueAxis.TickType.resolve
(int value) Returns the corresponding enum entry for the given value.final QValueAxis.TickType
QValueAxis.tickType()
SeeQValueAxis::
tickType()const static QValueAxis.TickType
Returns the enum constant of this type with the specified name.static QValueAxis.TickType[]
QValueAxis.TickType.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 QValueAxis.TickTypeModifier and TypeMethodDescriptionfinal void
QValueAxis.setTickType
(QValueAxis.TickType type) SeeQValueAxis::
setTickType(QValueAxis::TickType)