Uses of Class
io.qt.charts.QValueAxis.TickType
Package | Description |
---|---|
io.qt.charts |
-
Uses of QValueAxis.TickType in io.qt.charts
Fields in io.qt.charts with type parameters of type QValueAxis.TickType Modifier and Type Field Description QObject.Signal1<QValueAxis.TickType>
QValueAxis. tickTypeChanged
Methods in io.qt.charts that return QValueAxis.TickType Modifier and Type Method Description static QValueAxis.TickType
QValueAxis.TickType. resolve(int value)
Returns the corresponding enum entry for the given value.QValueAxis.TickType
QValueAxis. tickType()
static QValueAxis.TickType
QValueAxis.TickType. valueOf(String name)
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.TickType Modifier and Type Method Description void
QValueAxis. setTickType(QValueAxis.TickType type)