class QValueAxis

Inheritance diagram of PySide6.QtGraphs.QValueAxis

Inherited by: QCategoryAxis

Synopsis

Properties

Methods

Slots

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

class TickType

Note

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

property labelFormatᅟ: str
Access functions:
property maxᅟ: float
Access functions:
property minᅟ: float
Access functions:
property minorTickCountᅟ: int
Access functions:
property tickAnchorᅟ: float
Access functions:
property tickCountᅟ: int
Access functions:
property tickIntervalᅟ: float
Access functions:
property tickTypeᅟ: QValueAxis.TickType
Access functions:
__init__([parent=None])
Parameters:

parentQObject

applyNiceNumbers()
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(tickCount)
Parameters:

tickCount – int

Notification signal of property minorTickCountᅟ .

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

  • max – float

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(count)
Parameters:

count – int

Setter of property minorTickCountᅟ .

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

  • max – float

setTickAnchor(anchor)
Parameters:

anchor – float

Setter of property tickAnchorᅟ .

setTickCount(count)
Parameters:

count – int

Setter of property tickCountᅟ .

setTickInterval(insterval)
Parameters:

insterval – float

Setter of property tickIntervalᅟ .

setTickType(type)
Parameters:

typeTickType

Setter of property tickTypeᅟ .

tickAnchor()
Return type:

float

Getter of property tickAnchorᅟ .

tickAnchorChanged(anchor)
Parameters:

anchor – float

Notification signal of property tickAnchorᅟ .

tickCount()
Return type:

int

Getter of property tickCountᅟ .

tickCountChanged(tickCount)
Parameters:

tickCount – int

Notification signal of property tickCountᅟ .

tickInterval()
Return type:

float

Getter of property tickIntervalᅟ .

tickIntervalChanged(interval)
Parameters:

interval – float

Notification signal of property tickIntervalᅟ .

tickType()
Return type:

TickType

Getter of property tickTypeᅟ .

tickTypeChanged(type)
Parameters:

typeTickType

Notification signal of property tickTypeᅟ .