QAbstractSeries¶
- PyQt5.QtChart.QAbstractSeries
Inherits from QObject.
Inherited by QAbstractBarSeries, QAreaSeries, QBoxPlotSeries, QCandlestickSeries, QPieSeries, QXYSeries.
Description¶
TODO
Enums¶
- SeriesType
TODO
Member
Value
Description
SeriesTypeArea TODO
TODO
SeriesTypeBar TODO
TODO
SeriesTypeBoxPlot TODO
TODO
SeriesTypeCandlestick TODO
TODO
SeriesTypeHorizontalBar TODO
TODO
SeriesTypeHorizontalPercentBar TODO
TODO
SeriesTypeHorizontalStackedBar TODO
TODO
SeriesTypeLine TODO
TODO
SeriesTypePercentBar TODO
TODO
SeriesTypePie TODO
TODO
SeriesTypeScatter TODO
TODO
SeriesTypeSpline TODO
TODO
SeriesTypeStackedBar TODO
TODO
Methods¶
- attachAxis(QAbstractAxis) → bool
TODO
- attachedAxes() → List[QAbstractAxis]
TODO
- chart() → QChart
TODO
- detachAxis(QAbstractAxis) → bool
TODO
- hide()
TODO
- isVisible() → bool
TODO
- name() → str
TODO
- opacity() → float
TODO
- setName(str)
TODO
- setOpacity(float)
TODO
- setUseOpenGL(enable: bool = True)
TODO
- setVisible(visible: bool = True)
TODO
- show()
TODO
- type() → SeriesType
TODO
- useOpenGL() → bool
TODO