QXYSeries

PyQt5.QtChart.QXYSeries

Inherits from QAbstractSeries.

Inherited by QLineSeries, QScatterSeries.

Description

TODO

Methods

append(Union[QPointF, QPoint])

TODO


append(Iterable[Union[QPointF, QPoint]])

TODO


append(float, float)

TODO


at(int) → QPointF

TODO


brush() → QBrush

TODO


clear()

TODO


color() → QColor

TODO


count() → int

TODO


insert(int, Union[QPointF, QPoint])

TODO


__len__() → int

TODO


__lshift__(Union[QPointF, QPoint]) → QXYSeries

TODO


__lshift__(Iterable[Union[QPointF, QPoint]]) → QXYSeries

TODO


pen() → QPen

TODO


pointLabelsClipping() → bool

TODO


pointLabelsColor() → QColor

TODO


pointLabelsFont() → QFont

TODO


pointLabelsFormat() → str

TODO


pointLabelsVisible() → bool

TODO


pointsVector() → List[QPointF]

TODO


pointsVisible() → bool

TODO


remove(Union[QPointF, QPoint])

TODO


remove(int)

TODO


remove(float, float)

TODO


removePoints(int, int)

TODO


replace(Iterable[Union[QPointF, QPoint]])

TODO


replace(Union[QPointF, QPoint], Union[QPointF, QPoint])

TODO


replace(int, Union[QPointF, QPoint])

TODO


replace(int, float, float)

TODO


replace(float, float, float, float)

TODO


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

TODO


setColor(Union[QColor, GlobalColor, QGradient])

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

Signals

clicked(Union[QPointF, QPoint])

TODO


colorChanged(Union[QColor, GlobalColor, QGradient])

TODO


doubleClicked(Union[QPointF, QPoint])

TODO


hovered(Union[QPointF, QPoint], bool)

TODO


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

TODO


pointAdded(int)

TODO


pointLabelsClippingChanged(bool)

TODO


pointLabelsColorChanged(Union[QColor, GlobalColor, QGradient])

TODO


pointLabelsFontChanged(QFont)

TODO


pointLabelsFormatChanged(str)

TODO


pointLabelsVisibilityChanged(bool)

TODO


pointRemoved(int)

TODO


pointReplaced(int)

TODO


pointsRemoved(int, int)

TODO


pointsReplaced()

TODO


pressed(Union[QPointF, QPoint])

TODO


released(Union[QPointF, QPoint])

TODO