PySide6.QtCharts.QLogValueAxis¶
- class QLogValueAxis¶
-
Synopsis¶
Properties¶
Methods¶
def
__init__()def
base()def
labelFormat()def
max()def
min()def
minorTickCount()def
setBase()def
setLabelFormat()def
setMax()def
setMin()def
setRange()def
tickCount()
Signals¶
def
baseChanged()def
maxChanged()def
minChanged()def
rangeChanged()
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_propertyis used or via accessor functions otherwise.- property baseᅟ: float¶
- Access functions:
Signal
baseChanged()
- property labelFormatᅟ: str¶
- Access functions:
- property maxᅟ: float¶
- Access functions:
Signal
maxChanged()
- property minᅟ: float¶
- Access functions:
Signal
minChanged()
- property minorTickCountᅟ: int¶
- Access functions:
- property tickCountᅟ: int¶
- Access functions:
Signal
tickCountChanged()
- 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ᅟ.