QXYSeries露
- PyQt5.QtChart.QXYSeries
Inherits from QAbstractSeries.
Inherited by QLineSeries, QScatterSeries.
Description露
TODO
Methods露
- append(float, float)
TODO
- at(int) → QPointF
TODO
- brush() → QBrush
TODO
- clear()
TODO
- color() → QColor
TODO
- count() → int
TODO
- __len__() → int
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(int)
TODO
- remove(float, float)
TODO
- removePoints(int, int)
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露
- colorChanged(Union[QColor, GlobalColor, QGradient])
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