class QAbstractSeries

Inheritance diagram of PySide6.QtGraphs.QAbstractSeries

Inherited by: QXYSeries, QScatterSeries, QLineSeries, QAbstractBarSeries, QBarSeries, QStackedBarSeries, QSplineSeries, QPieSeries, QPercentBarSeries, QHorizontalStackedBarSeries, QHorizontalPercentBarSeries, QHorizontalBarSeries, QCandlestickSeries, QBoxPlotSeries, QAreaSeries

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 SeriesType

Note

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

property nameᅟ: str
Access functions:
property opacityᅟ: float
Access functions:
property typeᅟ: QAbstractSeries.SeriesType

Access functions:

property useOpenGLᅟ: bool
Access functions:
property visibleᅟ: bool
Access functions:
chart()
Return type:

QChart

hide()
isVisible()
Return type:

bool

Getter of property visibleᅟ .

name()
Return type:

str

Getter of property nameᅟ .

nameChanged()

Notification signal of property nameᅟ .

opacity()
Return type:

float

Getter of property opacityᅟ .

opacityChanged()

Notification signal of property opacityᅟ .

setName(name)
Parameters:

name – str

Setter of property nameᅟ .

setOpacity(opacity)
Parameters:

opacity – float

Setter of property opacityᅟ .

setUseOpenGL([enable=true])
Parameters:

enable – bool

Setter of property useOpenGLᅟ .

setVisible([visible=true])
Parameters:

visible – bool

Setter of property visibleᅟ .

show()
useOpenGL()
Return type:

bool

Getter of property useOpenGLᅟ .

useOpenGLChanged()

Notification signal of property useOpenGLᅟ .

visibleChanged()

Notification signal of property visibleᅟ .