class QColorAxis

Inheritance diagram of PySide6.QtCharts.QColorAxis

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 autoRangeᅟ: bool
Access functions:
property maxᅟ: float
Access functions:
property minᅟ: float
Access functions:
property sizeᅟ: float
Access functions:
property tickCountᅟ: int
Access functions:
__init__([parent=None])
Parameters:

parentQObject

autoRange()
Return type:

bool

Getter of property autoRangeᅟ .

autoRangeChanged(autoRange)
Parameters:

autoRange – bool

Notification signal of property autoRangeᅟ .

gradient()
Return type:

QLinearGradient

gradientChanged(gradient)
Parameters:

gradientQLinearGradient

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

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

  • max – float

setAutoRange(autoRange)
Parameters:

autoRange – bool

Setter of property autoRangeᅟ .

setGradient(gradient)
Parameters:

gradientQLinearGradient

setMax(max)
Parameters:

max – float

Setter of property maxᅟ .

setMin(min)
Parameters:

min – float

Setter of property minᅟ .

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

  • max – float

setSize(size)
Parameters:

size – float

Setter of property sizeᅟ .

setTickCount(count)
Parameters:

count – int

Setter of property tickCountᅟ .

size()
Return type:

float

Getter of property sizeᅟ .

sizeChanged(size)
Parameters:

size – float

Notification signal of property sizeᅟ .

tickCount()
Return type:

int

Getter of property tickCountᅟ .

tickCountChanged(tickCount)
Parameters:

tickCount – int

Notification signal of property tickCountᅟ .