QAbstractAxis¶
- PyQt5.QtChart.QAbstractAxis
Inherits from QObject.
Inherited by QBarCategoryAxis, QDateTimeAxis, QLogValueAxis, QValueAxis.
Description¶
TODO
Classes¶
Enums¶
- AxisType
TODO
Member
Value
Description
AxisTypeBarCategory TODO
TODO
AxisTypeCategory TODO
TODO
AxisTypeDateTime TODO
TODO
AxisTypeLogValue TODO
TODO
AxisTypeNoAxis TODO
TODO
AxisTypeValue TODO
TODO
Methods¶
- alignment() Alignment
TODO
- gridLineColor() QColor
TODO
- gridLinePen() QPen
TODO
- hide()
TODO
- isGridLineVisible() bool
TODO
- isLineVisible() bool
TODO
- isMinorGridLineVisible() bool
TODO
- isReverse() bool
TODO
- isTitleVisible() bool
TODO
- isVisible() bool
TODO
- labelsAngle() int
TODO
- labelsBrush() QBrush
TODO
- labelsColor() QColor
TODO
- labelsEditable() bool
TODO
- labelsFont() QFont
TODO
- labelsVisible() bool
TODO
- linePen() QPen
TODO
- linePenColor() QColor
TODO
- minorGridLineColor() QColor
TODO
- minorGridLinePen() QPen
TODO
- orientation() Orientation
TODO
- setGridLineColor(Union[QColor, GlobalColor])
TODO
- setGridLinePen(Union[QPen, QColor, GlobalColor, QGradient])
TODO
- setGridLineVisible(visible: bool = True)
TODO
- setLabelsAngle(int)
TODO
- setLabelsBrush(Union[QBrush, QColor, GlobalColor, QGradient])
TODO
- setLabelsColor(Union[QColor, GlobalColor, QGradient])
TODO
- setLabelsEditable(editable: bool = True)
TODO
- setLabelsFont(QFont)
TODO
- setLabelsVisible(visible: bool = True)
TODO
- setLinePen(Union[QPen, QColor, GlobalColor, QGradient])
TODO
- setLinePenColor(Union[QColor, GlobalColor, QGradient])
TODO
- setLineVisible(visible: bool = True)
TODO
- setMax(Any)
TODO
- setMin(Any)
TODO
- setMinorGridLineColor(Union[QColor, GlobalColor])
TODO
- setMinorGridLinePen(Union[QPen, QColor, GlobalColor])
TODO
- setMinorGridLineVisible(visible: bool = True)
TODO
- setRange(Any, Any)
TODO
- setReverse(reverse: bool = True)
TODO
- setShadesBorderColor(Union[QColor, GlobalColor, QGradient])
TODO
- setShadesBrush(Union[QBrush, QColor, GlobalColor, QGradient])
TODO
- setShadesColor(Union[QColor, GlobalColor, QGradient])
TODO
- setShadesPen(Union[QPen, QColor, GlobalColor, QGradient])
TODO
- setShadesVisible(visible: bool = True)
TODO
- setTitleBrush(Union[QBrush, QColor, GlobalColor, QGradient])
TODO
- setTitleFont(QFont)
TODO
- setTitleText(str)
TODO
- setTitleVisible(visible: bool = True)
TODO
- setVisible(visible: bool = True)
TODO
- shadesBorderColor() QColor
TODO
- shadesBrush() QBrush
TODO
- shadesColor() QColor
TODO
- shadesPen() QPen
TODO
- shadesVisible() bool
TODO
- show()
TODO
- titleBrush() QBrush
TODO
- titleFont() QFont
TODO
- titleText() str
TODO
- type() AxisType
TODO
Signals¶
- colorChanged(Union[QColor, GlobalColor, QGradient])
TODO
- gridLineColorChanged(Union[QColor, GlobalColor])
TODO
- gridLinePenChanged(Union[QPen, QColor, GlobalColor, QGradient])
TODO
- gridVisibleChanged(bool)
TODO
- labelsAngleChanged(int)
TODO
- labelsBrushChanged(Union[QBrush, QColor, GlobalColor, QGradient])
TODO
- labelsColorChanged(Union[QColor, GlobalColor, QGradient])
TODO
- labelsEditableChanged(bool)
TODO
- labelsFontChanged(QFont)
TODO
- labelsVisibleChanged(bool)
TODO
- linePenChanged(Union[QPen, QColor, GlobalColor, QGradient])
TODO
- lineVisibleChanged(bool)
TODO
- minorGridLineColorChanged(Union[QColor, GlobalColor])
TODO
- minorGridLinePenChanged(Union[QPen, QColor, GlobalColor])
TODO
- minorGridVisibleChanged(bool)
TODO
- reverseChanged(bool)
TODO
- shadesBorderColorChanged(Union[QColor, GlobalColor, QGradient])
TODO
- shadesBrushChanged(Union[QBrush, QColor, GlobalColor, QGradient])
TODO
- shadesColorChanged(Union[QColor, GlobalColor, QGradient])
TODO
- shadesPenChanged(Union[QPen, QColor, GlobalColor, QGradient])
TODO
- shadesVisibleChanged(bool)
TODO
- titleBrushChanged(Union[QBrush, QColor, GlobalColor, QGradient])
TODO
- titleFontChanged(QFont)
TODO
- titleTextChanged(str)
TODO
- titleVisibleChanged(bool)
TODO
- visibleChanged(bool)
TODO