Skip to content

ScatterSeries

Qt Base Class: QScatterSeries

Signature: QScatterSeries(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None

Base classes

Name Children Inherits
XYSeriesMixin
prettyqt.charts.xyseries
QScatterSeries
PySide6.QtCharts
QScatterSeries(self, parent: Optional[PySide6.QtCore.QObject] \= None) -> None

⋔ Inheritance diagram

graph TD
  1473367684928["charts.ScatterSeries"]
  1473367681024["charts.XYSeriesMixin"]
  1473367658576["charts.AbstractSeriesMixin"]
  1473299815024["core.ObjectMixin"]
  140713234304496["builtins.object"]
  1473367602944["QtCharts.QScatterSeries"]
  1473367620512["QtCharts.QXYSeries"]
  1473367617584["QtCharts.QAbstractSeries"]
  1473288842240["QtCore.QObject"]
  1473291690208["Shiboken.Object"]
  1473367681024 --> 1473367684928
  1473367658576 --> 1473367681024
  1473299815024 --> 1473367658576
  140713234304496 --> 1473299815024
  1473367602944 --> 1473367684928
  1473367620512 --> 1473367602944
  1473367617584 --> 1473367620512
  1473288842240 --> 1473367617584
  1473291690208 --> 1473288842240
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: XYSeriesMixin, QScatterSeries

Source code in prettyqt\charts\scatterseries.py
class ScatterSeries(charts.XYSeriesMixin, charts.QScatterSeries):
    pass

⌗ Property table

Qt Property Type Doc
objectName QString
name QString
visible bool
opacity double
type QAbstractSeries::SeriesType
useOpenGL bool
pointsVisible bool
color QColor
selectedColor QColor
pointLabelsFormat QString
pointLabelsVisible bool
pointLabelsFont QFont
pointLabelsColor QColor
pointLabelsClipping bool
bestFitLineVisible bool
bestFitLineColor QColor
color QColor
borderColor QColor
markerShape QScatterSeries::MarkerShape
markerSize double
brush QBrush