QAbstractSeries¶
Inherited by: QAbstractBarSeries, QAreaSeries, QBarSeries, QBoxPlotSeries, QCandlestickSeries, QHorizontalBarSeries, QHorizontalPercentBarSeries, QHorizontalStackedBarSeries, QLineSeries, QPercentBarSeries, QPieSeries, QScatterSeries, QSplineSeries, QStackedBarSeries, QXYSeries
New in version 5.7.
Synopsis¶
Functions¶
def
attachAxis
(axis)def
attachedAxes
()def
chart
()def
detachAxis
(axis)def
hide
()def
isVisible
()def
name
()def
opacity
()def
setName
(name)def
setOpacity
(opacity)def
setUseOpenGL
([enable=true])def
setVisible
([visible=true])def
show
()def
useOpenGL
()
Virtual functions¶
def
type
()
Signals¶
def
nameChanged
()def
opacityChanged
()def
useOpenGLChanged
()def
visibleChanged
()
Detailed Description¶
- class PySide2.QtCharts.QtCharts.QAbstractSeries¶
- PySide2.QtCharts.QtCharts.QAbstractSeries.SeriesType¶
- PySide2.QtCharts.QtCharts.QAbstractSeries.attachAxis(axis)¶
- Parameters:
- Return type:
bool
- PySide2.QtCharts.QtCharts.QAbstractSeries.attachedAxes()¶
- Return type:
- PySide2.QtCharts.QtCharts.QAbstractSeries.chart()¶
- Return type:
- PySide2.QtCharts.QtCharts.QAbstractSeries.detachAxis(axis)¶
- Parameters:
- Return type:
bool
- PySide2.QtCharts.QtCharts.QAbstractSeries.hide()¶
- PySide2.QtCharts.QtCharts.QAbstractSeries.isVisible()¶
- Return type:
bool
- PySide2.QtCharts.QtCharts.QAbstractSeries.name()¶
- Return type:
str
- PySide2.QtCharts.QtCharts.QAbstractSeries.nameChanged()¶
- PySide2.QtCharts.QtCharts.QAbstractSeries.opacity()¶
- Return type:
float
- PySide2.QtCharts.QtCharts.QAbstractSeries.opacityChanged()¶
- PySide2.QtCharts.QtCharts.QAbstractSeries.setName(name)¶
- Parameters:
name – str
- PySide2.QtCharts.QtCharts.QAbstractSeries.setOpacity(opacity)¶
- Parameters:
opacity – float
- PySide2.QtCharts.QtCharts.QAbstractSeries.setUseOpenGL([enable=true])¶
- Parameters:
enable – bool
- PySide2.QtCharts.QtCharts.QAbstractSeries.setVisible([visible=true])¶
- Parameters:
visible – bool
- PySide2.QtCharts.QtCharts.QAbstractSeries.show()¶
- PySide2.QtCharts.QtCharts.QAbstractSeries.type()¶
- Return type:
- PySide2.QtCharts.QtCharts.QAbstractSeries.useOpenGL()¶
- Return type:
bool
- PySide2.QtCharts.QtCharts.QAbstractSeries.useOpenGLChanged()¶
- PySide2.QtCharts.QtCharts.QAbstractSeries.visibleChanged()¶
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.