QtCharts.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

parentQObject

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

qreal

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

baseqreal

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

unicode

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

format – unicode

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

qreal

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

maxqreal

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

qreal

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

minqreal

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

int

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

minorTickCountint

PySide2.QtCharts.QtCharts.QLogValueAxis.rangeChanged(min, max)
Parameters
  • minqreal

  • maxqreal

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

baseqreal

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

format – unicode

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

maxqreal

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

minqreal

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

minorTickCountint

PySide2.QtCharts.QtCharts.QLogValueAxis.setRange(min, max)
Parameters
  • minqreal

  • maxqreal

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

int

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

tickCountint