QtCharts.QAbstractAxis

Inheritance diagram of PySide2.QtCharts.QtCharts.QAbstractAxis

Inherited by: QtCharts.QBarCategoryAxis, QtCharts.QCategoryAxis, QtCharts.QDateTimeAxis, QtCharts.QLogValueAxis, QtCharts.QValueAxis

New in version 5.7.

Synopsis

Functions

Virtual functions

Signals

Detailed Description

PySide2.QtCharts.QtCharts.QAbstractAxis.AxisType
PySide2.QtCharts.QtCharts.QAbstractAxis.alignment()
Return type

Alignment

PySide2.QtCharts.QtCharts.QAbstractAxis.colorChanged(color)
Parameters

colorQColor

PySide2.QtCharts.QtCharts.QAbstractAxis.gridLineColor()
Return type

QColor

PySide2.QtCharts.QtCharts.QAbstractAxis.gridLineColorChanged(color)
Parameters

colorQColor

PySide2.QtCharts.QtCharts.QAbstractAxis.gridLinePen()
Return type

QPen

PySide2.QtCharts.QtCharts.QAbstractAxis.gridLinePenChanged(pen)
Parameters

penQPen

PySide2.QtCharts.QtCharts.QAbstractAxis.gridVisibleChanged(visible)
Parameters

visiblebool

PySide2.QtCharts.QtCharts.QAbstractAxis.hide()
PySide2.QtCharts.QtCharts.QAbstractAxis.isGridLineVisible()
Return type

bool

PySide2.QtCharts.QtCharts.QAbstractAxis.isLineVisible()
Return type

bool

PySide2.QtCharts.QtCharts.QAbstractAxis.isMinorGridLineVisible()
Return type

bool

PySide2.QtCharts.QtCharts.QAbstractAxis.isReverse()
Return type

bool

PySide2.QtCharts.QtCharts.QAbstractAxis.isTitleVisible()
Return type

bool

PySide2.QtCharts.QtCharts.QAbstractAxis.isVisible()
Return type

bool

PySide2.QtCharts.QtCharts.QAbstractAxis.labelsAngle()
Return type

int

PySide2.QtCharts.QtCharts.QAbstractAxis.labelsAngleChanged(angle)
Parameters

angleint

PySide2.QtCharts.QtCharts.QAbstractAxis.labelsBrush()
Return type

QBrush

PySide2.QtCharts.QtCharts.QAbstractAxis.labelsBrushChanged(brush)
Parameters

brushQBrush

PySide2.QtCharts.QtCharts.QAbstractAxis.labelsColor()
Return type

QColor

PySide2.QtCharts.QtCharts.QAbstractAxis.labelsColorChanged(color)
Parameters

colorQColor

PySide2.QtCharts.QtCharts.QAbstractAxis.labelsFont()
Return type

QFont

PySide2.QtCharts.QtCharts.QAbstractAxis.labelsFontChanged(pen)
Parameters

penQFont

PySide2.QtCharts.QtCharts.QAbstractAxis.labelsVisible()
Return type

bool

PySide2.QtCharts.QtCharts.QAbstractAxis.labelsVisibleChanged(visible)
Parameters

visiblebool

PySide2.QtCharts.QtCharts.QAbstractAxis.linePen()
Return type

QPen

PySide2.QtCharts.QtCharts.QAbstractAxis.linePenChanged(pen)
Parameters

penQPen

PySide2.QtCharts.QtCharts.QAbstractAxis.linePenColor()
Return type

QColor

PySide2.QtCharts.QtCharts.QAbstractAxis.lineVisibleChanged(visible)
Parameters

visiblebool

PySide2.QtCharts.QtCharts.QAbstractAxis.minorGridLineColor()
Return type

QColor

PySide2.QtCharts.QtCharts.QAbstractAxis.minorGridLineColorChanged(color)
Parameters

colorQColor

PySide2.QtCharts.QtCharts.QAbstractAxis.minorGridLinePen()
Return type

QPen

PySide2.QtCharts.QtCharts.QAbstractAxis.minorGridLinePenChanged(pen)
Parameters

penQPen

PySide2.QtCharts.QtCharts.QAbstractAxis.minorGridVisibleChanged(visible)
Parameters

visiblebool

PySide2.QtCharts.QtCharts.QAbstractAxis.orientation()
Return type

Orientation

PySide2.QtCharts.QtCharts.QAbstractAxis.reverseChanged(reverse)
Parameters

reversebool

PySide2.QtCharts.QtCharts.QAbstractAxis.setGridLineColor(color)
Parameters

colorQColor

PySide2.QtCharts.QtCharts.QAbstractAxis.setGridLinePen(pen)
Parameters

penQPen

PySide2.QtCharts.QtCharts.QAbstractAxis.setGridLineVisible([visible=true])
Parameters

visiblebool

PySide2.QtCharts.QtCharts.QAbstractAxis.setLabelsAngle(angle)
Parameters

angleint

PySide2.QtCharts.QtCharts.QAbstractAxis.setLabelsBrush(brush)
Parameters

brushQBrush

PySide2.QtCharts.QtCharts.QAbstractAxis.setLabelsColor(color)
Parameters

colorQColor

PySide2.QtCharts.QtCharts.QAbstractAxis.setLabelsFont(font)
Parameters

fontQFont

PySide2.QtCharts.QtCharts.QAbstractAxis.setLabelsVisible([visible=true])
Parameters

visiblebool

PySide2.QtCharts.QtCharts.QAbstractAxis.setLinePen(pen)
Parameters

penQPen

PySide2.QtCharts.QtCharts.QAbstractAxis.setLinePenColor(color)
Parameters

colorQColor

PySide2.QtCharts.QtCharts.QAbstractAxis.setLineVisible([visible=true])
Parameters

visiblebool

PySide2.QtCharts.QtCharts.QAbstractAxis.setMax(max)
Parameters

max – object

PySide2.QtCharts.QtCharts.QAbstractAxis.setMin(min)
Parameters

min – object

PySide2.QtCharts.QtCharts.QAbstractAxis.setMinorGridLineColor(color)
Parameters

colorQColor

PySide2.QtCharts.QtCharts.QAbstractAxis.setMinorGridLinePen(pen)
Parameters

penQPen

PySide2.QtCharts.QtCharts.QAbstractAxis.setMinorGridLineVisible([visible=true])
Parameters

visiblebool

PySide2.QtCharts.QtCharts.QAbstractAxis.setRange(min, max)
Parameters
  • min – object

  • max – object

PySide2.QtCharts.QtCharts.QAbstractAxis.setReverse([reverse=true])
Parameters

reversebool

PySide2.QtCharts.QtCharts.QAbstractAxis.setShadesBorderColor(color)
Parameters

colorQColor

PySide2.QtCharts.QtCharts.QAbstractAxis.setShadesBrush(brush)
Parameters

brushQBrush

PySide2.QtCharts.QtCharts.QAbstractAxis.setShadesColor(color)
Parameters

colorQColor

PySide2.QtCharts.QtCharts.QAbstractAxis.setShadesPen(pen)
Parameters

penQPen

PySide2.QtCharts.QtCharts.QAbstractAxis.setShadesVisible([visible=true])
Parameters

visiblebool

PySide2.QtCharts.QtCharts.QAbstractAxis.setTitleBrush(brush)
Parameters

brushQBrush

PySide2.QtCharts.QtCharts.QAbstractAxis.setTitleFont(font)
Parameters

fontQFont

PySide2.QtCharts.QtCharts.QAbstractAxis.setTitleText(title)
Parameters

title – unicode

PySide2.QtCharts.QtCharts.QAbstractAxis.setTitleVisible([visible=true])
Parameters

visiblebool

PySide2.QtCharts.QtCharts.QAbstractAxis.setVisible([visible=true])
Parameters

visiblebool

PySide2.QtCharts.QtCharts.QAbstractAxis.shadesBorderColor()
Return type

QColor

PySide2.QtCharts.QtCharts.QAbstractAxis.shadesBorderColorChanged(color)
Parameters

colorQColor

PySide2.QtCharts.QtCharts.QAbstractAxis.shadesBrush()
Return type

QBrush

PySide2.QtCharts.QtCharts.QAbstractAxis.shadesBrushChanged(brush)
Parameters

brushQBrush

PySide2.QtCharts.QtCharts.QAbstractAxis.shadesColor()
Return type

QColor

PySide2.QtCharts.QtCharts.QAbstractAxis.shadesColorChanged(color)
Parameters

colorQColor

PySide2.QtCharts.QtCharts.QAbstractAxis.shadesPen()
Return type

QPen

PySide2.QtCharts.QtCharts.QAbstractAxis.shadesPenChanged(pen)
Parameters

penQPen

PySide2.QtCharts.QtCharts.QAbstractAxis.shadesVisible()
Return type

bool

PySide2.QtCharts.QtCharts.QAbstractAxis.shadesVisibleChanged(visible)
Parameters

visiblebool

PySide2.QtCharts.QtCharts.QAbstractAxis.show()
PySide2.QtCharts.QtCharts.QAbstractAxis.titleBrush()
Return type

QBrush

PySide2.QtCharts.QtCharts.QAbstractAxis.titleBrushChanged(brush)
Parameters

brushQBrush

PySide2.QtCharts.QtCharts.QAbstractAxis.titleFont()
Return type

QFont

PySide2.QtCharts.QtCharts.QAbstractAxis.titleFontChanged(font)
Parameters

fontQFont

PySide2.QtCharts.QtCharts.QAbstractAxis.titleText()
Return type

unicode

PySide2.QtCharts.QtCharts.QAbstractAxis.titleTextChanged(title)
Parameters

title – unicode

PySide2.QtCharts.QtCharts.QAbstractAxis.titleVisibleChanged(visible)
Parameters

visiblebool

PySide2.QtCharts.QtCharts.QAbstractAxis.type()
Return type

AxisType

PySide2.QtCharts.QtCharts.QAbstractAxis.visibleChanged(visible)
Parameters

visiblebool