Skip to content

XYSeries

Qt Base Class: QXYSeries

Signature: None

Base classes

Name Children Inherits
XYSeriesMixin
prettyqt.charts.xyseries
QXYSeries
PySide6.QtCharts

⋔ Inheritance diagram

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

🛈 DocStrings

Bases: XYSeriesMixin, QXYSeries

Source code in prettyqt\charts\xyseries.py
class XYSeries(XYSeriesMixin, charts.QXYSeries):
    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