class QAbstractBarSeries

Inheritance diagram of PySide6.QtGraphs.QAbstractBarSeries

Inherited by: QBarSeries, QStackedBarSeries, QPercentBarSeries, QHorizontalStackedBarSeries, QHorizontalPercentBarSeries, QHorizontalBarSeries

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

class LabelsPosition

Note

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

property barWidthᅟ: float
Access functions:
property countᅟ: int
Access functions:
property labelsAngleᅟ: float
Access functions:
property labelsFormatᅟ: str
Access functions:
property labelsPositionᅟ: QAbstractBarSeries.LabelsPosition

Access functions:

property labelsPrecisionᅟ: int
Access functions:
property labelsVisibleᅟ: bool
Access functions:
barWidth()
Return type:

float

Getter of property barWidthᅟ .

clear()
count()
Return type:

int

Getter of property countᅟ .

countChanged()

Notification signal of property countᅟ .

isLabelsVisible()
Return type:

bool

Getter of property labelsVisibleᅟ .

labelsAngle()
Return type:

float

Getter of property labelsAngleᅟ .

labelsAngleChanged(angle)
Parameters:

angle – float

Notification signal of property labelsAngleᅟ .

labelsFormat()
Return type:

str

Getter of property labelsFormatᅟ .

labelsFormatChanged(format)
Parameters:

format – str

Notification signal of property labelsFormatᅟ .

labelsPrecision()
Return type:

int

Getter of property labelsPrecisionᅟ .

labelsPrecisionChanged(precision)
Parameters:

precision – int

Notification signal of property labelsPrecisionᅟ .

labelsVisibleChanged()

Notification signal of property labelsVisibleᅟ .

setBarWidth(width)
Parameters:

width – float

Setter of property barWidthᅟ .

setLabelsAngle(angle)
Parameters:

angle – float

Setter of property labelsAngleᅟ .

setLabelsFormat(format)
Parameters:

format – str

Setter of property labelsFormatᅟ .

setLabelsPrecision(precision)
Parameters:

precision – int

Setter of property labelsPrecisionᅟ .

setLabelsVisible([visible=true])
Parameters:

visible – bool

Setter of property labelsVisibleᅟ .