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
- colorChanged(Union[QColor, GlobalColor, QGradient])
TODO
- pointLabelsClippingChanged(bool)
TODO
- pointLabelsColorChanged(Union[QColor, GlobalColor, QGradient])
TODO
- pointLabelsFontChanged(QFont)
TODO
- pointLabelsFormatChanged(str)
TODO
- pointLabelsVisibilityChanged(bool)
TODO
- selected()
TODO