New in version 5.7.
def
borderColor
()
def
brush
()
def
color
()
def
lowerSeries
()
def
pen
()
def
pointLabelsClipping
()
def
pointLabelsColor
()
def
pointLabelsFont
()
def
pointLabelsFormat
()
def
pointLabelsVisible
()
def
pointsVisible
()
def
setBorderColor
(color)
def
setBrush
(brush)
def
setColor
(color)
def
setLowerSeries
(series)
def
setPen
(pen)
def
setPointLabelsClipping
([enabled=true])
def
setPointLabelsColor
(color)
def
setPointLabelsFont
(font)
def
setPointLabelsFormat
(format)
def
setPointLabelsVisible
([visible=true])
def
setPointsVisible
([visible=true])
def
setUpperSeries
(series)
def
upperSeries
()
def
borderColorChanged
(color)
def
clicked
(point)
def
colorChanged
(color)
def
doubleClicked
(point)
def
hovered
(point, state)
def
pointLabelsClippingChanged
(clipping)
def
pointLabelsColorChanged
(color)
def
pointLabelsFontChanged
(font)
def
pointLabelsFormatChanged
(format)
def
pointLabelsVisibilityChanged
(visible)
def
pressed
(point)
def
released
(point)
def
selected
()
PySide2.QtCharts.QtCharts.
QAreaSeries
(
[
parent=None
]
)
¶
PySide2.QtCharts.QtCharts.QAreaSeries(upperSeries[, lowerSeries=None])
parent
–
QObject
upperSeries
–
QLineSeries
lowerSeries
–
QLineSeries
PySide2.QtCharts.QtCharts.QAreaSeries.
borderColor
(
)
¶
QColor
PySide2.QtCharts.QtCharts.QAreaSeries.
borderColorChanged
(
color
)
¶
color
–
QColor
PySide2.QtCharts.QtCharts.QAreaSeries.
brush
(
)
¶
QBrush
PySide2.QtCharts.QtCharts.QAreaSeries.
clicked
(
point
)
¶
point
–
QPointF
PySide2.QtCharts.QtCharts.QAreaSeries.
color
(
)
¶
QColor
PySide2.QtCharts.QtCharts.QAreaSeries.
colorChanged
(
color
)
¶
color
–
QColor
PySide2.QtCharts.QtCharts.QAreaSeries.
doubleClicked
(
point
)
¶
point
–
QPointF
PySide2.QtCharts.QtCharts.QAreaSeries.
hovered
(
point
,
state
)
¶
point
–
QPointF
state
–
bool
PySide2.QtCharts.QtCharts.QAreaSeries.
lowerSeries
(
)
¶
QLineSeries
PySide2.QtCharts.QtCharts.QAreaSeries.
pen
(
)
¶
QPen
PySide2.QtCharts.QtCharts.QAreaSeries.
pointLabelsClipping
(
)
¶
bool
PySide2.QtCharts.QtCharts.QAreaSeries.
pointLabelsClippingChanged
(
clipping
)
¶
clipping
–
bool
PySide2.QtCharts.QtCharts.QAreaSeries.
pointLabelsColor
(
)
¶
QColor
PySide2.QtCharts.QtCharts.QAreaSeries.
pointLabelsColorChanged
(
color
)
¶
color
–
QColor
PySide2.QtCharts.QtCharts.QAreaSeries.
pointLabelsFont
(
)
¶
QFont
PySide2.QtCharts.QtCharts.QAreaSeries.
pointLabelsFontChanged
(
font
)
¶
font
–
QFont
PySide2.QtCharts.QtCharts.QAreaSeries.
pointLabelsFormat
(
)
¶
unicode
PySide2.QtCharts.QtCharts.QAreaSeries.
pointLabelsFormatChanged
(
format
)
¶
format – unicode
PySide2.QtCharts.QtCharts.QAreaSeries.
pointLabelsVisibilityChanged
(
visible
)
¶
visible
–
bool
PySide2.QtCharts.QtCharts.QAreaSeries.
pointLabelsVisible
(
)
¶
bool
PySide2.QtCharts.QtCharts.QAreaSeries.
pointsVisible
(
)
¶
bool
PySide2.QtCharts.QtCharts.QAreaSeries.
pressed
(
point
)
¶
point
–
QPointF
PySide2.QtCharts.QtCharts.QAreaSeries.
released
(
point
)
¶
point
–
QPointF
PySide2.QtCharts.QtCharts.QAreaSeries.
selected
(
)
¶
PySide2.QtCharts.QtCharts.QAreaSeries.
setBorderColor
(
color
)
¶
color
–
QColor
PySide2.QtCharts.QtCharts.QAreaSeries.
setBrush
(
brush
)
¶
brush
–
QBrush
PySide2.QtCharts.QtCharts.QAreaSeries.
setColor
(
color
)
¶
color
–
QColor
PySide2.QtCharts.QtCharts.QAreaSeries.
setLowerSeries
(
series
)
¶
series
–
QLineSeries
PySide2.QtCharts.QtCharts.QAreaSeries.
setPen
(
pen
)
¶
pen
–
QPen
PySide2.QtCharts.QtCharts.QAreaSeries.
setPointLabelsClipping
(
[
enabled=true
]
)
¶
enabled
–
bool
PySide2.QtCharts.QtCharts.QAreaSeries.
setPointLabelsColor
(
color
)
¶
color
–
QColor
PySide2.QtCharts.QtCharts.QAreaSeries.
setPointLabelsFont
(
font
)
¶
font
–
QFont
PySide2.QtCharts.QtCharts.QAreaSeries.
setPointLabelsFormat
(
format
)
¶
format – unicode
PySide2.QtCharts.QtCharts.QAreaSeries.
setPointLabelsVisible
(
[
visible=true
]
)
¶
visible
–
bool
PySide2.QtCharts.QtCharts.QAreaSeries.
setPointsVisible
(
[
visible=true
]
)
¶
visible
–
bool
PySide2.QtCharts.QtCharts.QAreaSeries.
setUpperSeries
(
series
)
¶
series
–
QLineSeries
PySide2.QtCharts.QtCharts.QAreaSeries.
upperSeries
(
)
¶
QLineSeries