QLogValueAxis¶

Inheritance diagram of PySide2.QtCharts.QtCharts.QLogValueAxis

New in version 5.7.

Synopsis¶

Functions¶

Signals¶

Detailed Description¶

class PySide2.QtCharts.QtCharts.QLogValueAxis([parent=None])¶
Parameters:

parent – PySide2.QtCore.QObject

PySide2.QtCharts.QtCharts.QLogValueAxis.base()¶
Return type:

float

PySide2.QtCharts.QtCharts.QLogValueAxis.baseChanged(base)¶
Parameters:

base – float

PySide2.QtCharts.QtCharts.QLogValueAxis.labelFormat()¶
Return type:

str

PySide2.QtCharts.QtCharts.QLogValueAxis.labelFormatChanged(format)¶
Parameters:

format – str

PySide2.QtCharts.QtCharts.QLogValueAxis.max()¶
Return type:

float

PySide2.QtCharts.QtCharts.QLogValueAxis.maxChanged(max)¶
Parameters:

max – float

PySide2.QtCharts.QtCharts.QLogValueAxis.min()¶
Return type:

float

PySide2.QtCharts.QtCharts.QLogValueAxis.minChanged(min)¶
Parameters:

min – float

PySide2.QtCharts.QtCharts.QLogValueAxis.minorTickCount()¶
Return type:

int

PySide2.QtCharts.QtCharts.QLogValueAxis.minorTickCountChanged(minorTickCount)¶
Parameters:

minorTickCount – int

PySide2.QtCharts.QtCharts.QLogValueAxis.rangeChanged(min, max)¶
Parameters:
  • min – float

  • max – float

PySide2.QtCharts.QtCharts.QLogValueAxis.setBase(base)¶
Parameters:

base – float

PySide2.QtCharts.QtCharts.QLogValueAxis.setLabelFormat(format)¶
Parameters:

format – str

PySide2.QtCharts.QtCharts.QLogValueAxis.setMax(max)¶
Parameters:

max – float

PySide2.QtCharts.QtCharts.QLogValueAxis.setMin(min)¶
Parameters:

min – float

PySide2.QtCharts.QtCharts.QLogValueAxis.setMinorTickCount(minorTickCount)¶
Parameters:

minorTickCount – int

PySide2.QtCharts.QtCharts.QLogValueAxis.setRange(min, max)¶
Parameters:
  • min – float

  • max – float

PySide2.QtCharts.QtCharts.QLogValueAxis.tickCount()¶
Return type:

int

PySide2.QtCharts.QtCharts.QLogValueAxis.tickCountChanged(tickCount)¶
Parameters:

tickCount – int