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.tickTypeChangedSeeQValueAxis::tickTypeChanged(QValueAxis::TickType) Methods in io.qt.charts that return QValueAxis.TickTypeModifier and TypeMethodDescriptionstatic QValueAxis.TickTypeQValueAxis.TickType.resolve(int value) Returns the corresponding enum entry for the given value.final QValueAxis.TickTypeQValueAxis.tickType()SeeQValueAxis::tickType()const static QValueAxis.TickTypeReturns 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 voidQValueAxis.setTickType(QValueAxis.TickType type) SeeQValueAxis::setTickType(QValueAxis::TickType)