QAbstractAxis¶

Inheritance diagram of PySide2.QtCharts.QtCharts.QAbstractAxis

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

New in version 5.7.

Synopsis¶

Functions¶

Virtual functions¶

Signals¶

Detailed Description¶

class PySide2.QtCharts.QtCharts.QAbstractAxis¶
PySide2.QtCharts.QtCharts.QAbstractAxis.AxisType¶
PySide2.QtCharts.QtCharts.QAbstractAxis.alignment()¶
Return type:

Alignment

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

color – PySide2.QtGui.QColor

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

PySide2.QtGui.QColor

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

color – PySide2.QtGui.QColor

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

PySide2.QtGui.QPen

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

pen – PySide2.QtGui.QPen

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

visible – bool

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:

angle – int

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

PySide2.QtGui.QBrush

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

brush – PySide2.QtGui.QBrush

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

PySide2.QtGui.QColor

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

color – PySide2.QtGui.QColor

PySide2.QtCharts.QtCharts.QAbstractAxis.labelsEditable()¶
Return type:

bool

PySide2.QtCharts.QtCharts.QAbstractAxis.labelsEditableChanged(editable)¶
Parameters:

editable – bool

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

PySide2.QtGui.QFont

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

pen – PySide2.QtGui.QFont

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

bool

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

visible – bool

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

PySide2.QtGui.QPen

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

pen – PySide2.QtGui.QPen

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

PySide2.QtGui.QColor

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

visible – bool

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

PySide2.QtGui.QColor

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

color – PySide2.QtGui.QColor

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

PySide2.QtGui.QPen

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

pen – PySide2.QtGui.QPen

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

visible – bool

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

Orientation

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

reverse – bool

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

color – PySide2.QtGui.QColor

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

pen – PySide2.QtGui.QPen

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

visible – bool

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

angle – int

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

brush – PySide2.QtGui.QBrush

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

color – PySide2.QtGui.QColor

PySide2.QtCharts.QtCharts.QAbstractAxis.setLabelsEditable([editable=true])¶
Parameters:

editable – bool

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

font – PySide2.QtGui.QFont

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

visible – bool

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

pen – PySide2.QtGui.QPen

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

color – PySide2.QtGui.QColor

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

visible – bool

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:

color – PySide2.QtGui.QColor

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

pen – PySide2.QtGui.QPen

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

visible – bool

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

  • max – object

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

reverse – bool

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

color – PySide2.QtGui.QColor

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

brush – PySide2.QtGui.QBrush

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

color – PySide2.QtGui.QColor

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

pen – PySide2.QtGui.QPen

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

visible – bool

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

brush – PySide2.QtGui.QBrush

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

font – PySide2.QtGui.QFont

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

title – str

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

visible – bool

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

visible – bool

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

PySide2.QtGui.QColor

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

color – PySide2.QtGui.QColor

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

PySide2.QtGui.QBrush

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

brush – PySide2.QtGui.QBrush

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

PySide2.QtGui.QColor

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

color – PySide2.QtGui.QColor

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

PySide2.QtGui.QPen

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

pen – PySide2.QtGui.QPen

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

bool

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

visible – bool

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

PySide2.QtGui.QBrush

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

brush – PySide2.QtGui.QBrush

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

PySide2.QtGui.QFont

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

font – PySide2.QtGui.QFont

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

str

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

title – str

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

visible – bool

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

AxisType

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

visible – bool