QAreaSeries

PyQt5.QtChart.QAreaSeries

Inherits from QAbstractSeries.

Description

TODO

Methods

__init__(parent: QObject = None)

TODO


__init__(QLineSeries, lowerSeries: QLineSeries = None)

TODO


borderColor() → QColor

TODO


brush() → QBrush

TODO


color() → QColor

TODO


lowerSeries() → QLineSeries

TODO


pen() → QPen

TODO


pointLabelsClipping() → bool

TODO


pointLabelsColor() → QColor

TODO


pointLabelsFont() → QFont

TODO


pointLabelsFormat() → str

TODO


pointLabelsVisible() → bool

TODO


pointsVisible() → bool

TODO


setBorderColor(Union[QColor, GlobalColor, QGradient])

TODO


setBrush(Union[QBrush, QColor, GlobalColor, QGradient])

TODO


setColor(Union[QColor, GlobalColor, QGradient])

TODO


setLowerSeries(QLineSeries)

TODO


setPen(Union[QPen, QColor, GlobalColor, QGradient])

TODO


setPointLabelsClipping(enable: bool = True)

TODO


setPointLabelsColor(Union[QColor, GlobalColor, QGradient])

TODO


setPointLabelsFont(QFont)

TODO


setPointLabelsFormat(str)

TODO


setPointLabelsVisible(visible: bool = True)

TODO


setPointsVisible(visible: bool = True)

TODO


setUpperSeries(QLineSeries)

TODO


type() → SeriesType

TODO


upperSeries() → QLineSeries

TODO

Signals

borderColorChanged(Union[QColor, GlobalColor, QGradient])

TODO


clicked(Union[QPointF, QPoint])

TODO


colorChanged(Union[QColor, GlobalColor, QGradient])

TODO


doubleClicked(Union[QPointF, QPoint])

TODO


hovered(Union[QPointF, QPoint], bool)

TODO


pointLabelsClippingChanged(bool)

TODO


pointLabelsColorChanged(Union[QColor, GlobalColor, QGradient])

TODO


pointLabelsFontChanged(QFont)

TODO


pointLabelsFormatChanged(str)

TODO


pointLabelsVisibilityChanged(bool)

TODO


pressed(Union[QPointF, QPoint])

TODO


released(Union[QPointF, QPoint])

TODO


selected()

TODO