Uses of Class
io.qt.charts.QCategoryAxis.AxisLabelsPosition
Package | Description |
---|---|
io.qt.charts |
-
Uses of QCategoryAxis.AxisLabelsPosition in io.qt.charts
Fields in io.qt.charts with type parameters of type QCategoryAxis.AxisLabelsPosition Modifier and Type Field Description QObject.Signal1<QCategoryAxis.AxisLabelsPosition>
QCategoryAxis. labelsPositionChanged
Methods in io.qt.charts that return QCategoryAxis.AxisLabelsPosition Modifier and Type Method Description QCategoryAxis.AxisLabelsPosition
QCategoryAxis. labelsPosition()
static QCategoryAxis.AxisLabelsPosition
QCategoryAxis.AxisLabelsPosition. resolve(int value)
Returns the corresponding enum entry for the given value.static QCategoryAxis.AxisLabelsPosition
QCategoryAxis.AxisLabelsPosition. valueOf(String name)
Returns the enum constant of this type with the specified name.static QCategoryAxis.AxisLabelsPosition[]
QCategoryAxis.AxisLabelsPosition. 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 QCategoryAxis.AxisLabelsPosition Modifier and Type Method Description void
QCategoryAxis. setLabelsPosition(QCategoryAxis.AxisLabelsPosition position)