class QLogValueAxis

Inheritance diagram of PySide6.QtCharts.QLogValueAxis

Synopsis

Properties

Methods

Signals

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property baseᅟ: float
Access functions:
property labelFormatᅟ: str
Access functions:
property maxᅟ: float
Access functions:
property minᅟ: float
Access functions:
property minorTickCountᅟ: int
Access functions:
property tickCountᅟ: int
Access functions:
__init__([parent=None])
Parameters:

parentQObject

base()
Return type:

float

Getter of property baseᅟ .

baseChanged(base)
Parameters:

base – float

Notification signal of property baseᅟ .

labelFormat()
Return type:

str

Getter of property labelFormatᅟ .

labelFormatChanged(format)
Parameters:

format – str

Notification signal of property labelFormatᅟ .

max()
Return type:

float

Getter of property maxᅟ .

maxChanged(max)
Parameters:

max – float

Notification signal of property maxᅟ .

min()
Return type:

float

Getter of property minᅟ .

minChanged(min)
Parameters:

min – float

Notification signal of property minᅟ .

minorTickCount()
Return type:

int

Getter of property minorTickCountᅟ .

minorTickCountChanged(minorTickCount)
Parameters:

minorTickCount – int

Notification signal of property minorTickCountᅟ .

rangeChanged(min, max)
Parameters:
  • min – float

  • max – float

setBase(base)
Parameters:

base – float

Setter of property baseᅟ .

setLabelFormat(format)
Parameters:

format – str

Setter of property labelFormatᅟ .

setMax(max)
Parameters:

max – float

Setter of property maxᅟ .

setMin(min)
Parameters:

min – float

Setter of property minᅟ .

setMinorTickCount(minorTickCount)
Parameters:

minorTickCount – int

Setter of property minorTickCountᅟ .

setRange(min, max)
Parameters:
  • min – float

  • max – float

tickCount()
Return type:

int

Getter of property tickCountᅟ .

tickCountChanged(tickCount)
Parameters:

tickCount – int

Notification signal of property tickCountᅟ .