class QPieSeries

Inheritance diagram of PySide6.QtGraphs.QPieSeries

Added in version 6.8.

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 countᅟ: int
Access functions:
property endAngleᅟ: float
Access functions:
property holeSizeᅟ: float
Access functions:
property horizontalPositionᅟ: float
Access functions:
property sizeᅟ: float
Access functions:
property startAngleᅟ: float
Access functions:
property sumᅟ: float
Access functions:
property verticalPositionᅟ: float
Access functions:
__init__([parent=None])
Parameters:

parentQObject

clear()
count()
Return type:

int

Getter of property countᅟ .

countChanged()

Notification signal of property countᅟ .

holeSize()
Return type:

float

Getter of property holeSizeᅟ .

horizontalPosition()
Return type:

float

Getter of property horizontalPositionᅟ .

isEmpty()
Return type:

bool

pieEndAngle()
Return type:

float

Getter of property endAngleᅟ .

pieSize()
Return type:

float

Getter of property sizeᅟ .

pieStartAngle()
Return type:

float

Getter of property startAngleᅟ .

setHoleSize(holeSize)
Parameters:

holeSize – float

Setter of property holeSizeᅟ .

setHorizontalPosition(relativePosition)
Parameters:

relativePosition – float

Setter of property horizontalPositionᅟ .

setLabelsVisible([visible=true])
Parameters:

visible – bool

setPieEndAngle(endAngle)
Parameters:

endAngle – float

Setter of property endAngleᅟ .

setPieSize(relativeSize)
Parameters:

relativeSize – float

Setter of property sizeᅟ .

setPieStartAngle(startAngle)
Parameters:

startAngle – float

Setter of property startAngleᅟ .

setVerticalPosition(relativePosition)
Parameters:

relativePosition – float

Setter of property verticalPositionᅟ .

sum()
Return type:

float

Getter of property sumᅟ .

sumChanged()

Notification signal of property sumᅟ .

verticalPosition()
Return type:

float

Getter of property verticalPositionᅟ .