QChart¶

PyQt5.QtChart.QChart

Inherits from QGraphicsWidget.

Inherited by QPolarChart.

Description¶

TODO

Enums¶

AnimationOption

TODO

Member

Value

Description

AllAnimations

TODO

TODO

GridAxisAnimations

TODO

TODO

NoAnimation

TODO

TODO

SeriesAnimations

TODO

TODO


ChartTheme

TODO

Member

Value

Description

ChartThemeBlueCerulean

TODO

TODO

ChartThemeBlueIcy

TODO

TODO

ChartThemeBlueNcs

TODO

TODO

ChartThemeBrownSand

TODO

TODO

ChartThemeDark

TODO

TODO

ChartThemeHighContrast

TODO

TODO

ChartThemeLight

TODO

TODO

ChartThemeQt

TODO

TODO


ChartType

TODO

Member

Value

Description

ChartTypeCartesian

TODO

TODO

ChartTypePolar

TODO

TODO

ChartTypeUndefined

TODO

TODO

Methods¶

__init__(parent: QGraphicsItem = None, flags: Union[WindowFlags, WindowType] = Qt.WindowFlags())

TODO


addAxis(QAbstractAxis, Union[Alignment, AlignmentFlag])

TODO


addSeries(QAbstractSeries)

TODO


animationDuration() → int

TODO


animationEasingCurve() → QEasingCurve

TODO


animationOptions() → AnimationOptions

TODO


axes(orientation: Union[Orientations, Orientation] = Qt.Orientation.Horizontal|Qt.Orientation.Vertical, series: QAbstractSeries = None) → List[QAbstractAxis]

TODO


axisX(series: QAbstractSeries = None) → QAbstractAxis

TODO


axisY(series: QAbstractSeries = None) → QAbstractAxis

TODO


backgroundBrush() → QBrush

TODO


backgroundPen() → QPen

TODO


backgroundRoundness() → float

TODO


chartType() → ChartType

TODO


createDefaultAxes()

TODO


isBackgroundVisible() → bool

TODO


isDropShadowEnabled() → bool

TODO


isPlotAreaBackgroundVisible() → bool

TODO


isZoomed() → bool

TODO


legend() → QLegend

TODO


locale() → QLocale

TODO


localizeNumbers() → bool

TODO


mapToPosition(Union[QPointF, QPoint], series: QAbstractSeries = None) → QPointF

TODO


mapToValue(Union[QPointF, QPoint], series: QAbstractSeries = None) → QPointF

TODO


margins() → QMargins

TODO


plotArea() → QRectF

TODO


plotAreaBackgroundBrush() → QBrush

TODO


plotAreaBackgroundPen() → QPen

TODO


removeAllSeries()

TODO


removeAxis(QAbstractAxis)

TODO


removeSeries(QAbstractSeries)

TODO


scroll(float, float)

TODO


series() → List[QAbstractSeries]

TODO


setAnimationDuration(int)

TODO


setAnimationEasingCurve(Union[QEasingCurve, Type])

TODO


setAnimationOptions(Union[AnimationOptions, AnimationOption])

TODO


setAxisX(QAbstractAxis, series: QAbstractSeries = None)

TODO


setAxisY(QAbstractAxis, series: QAbstractSeries = None)

TODO


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

TODO


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

TODO


setBackgroundRoundness(float)

TODO


setBackgroundVisible(visible: bool = True)

TODO


setDropShadowEnabled(enabled: bool = True)

TODO


setLocale(QLocale)

TODO


setLocalizeNumbers(bool)

TODO


setMargins(QMargins)

TODO


setPlotArea(QRectF)

TODO


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

TODO


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

TODO


setPlotAreaBackgroundVisible(visible: bool = True)

TODO


setTheme(ChartTheme)

TODO


setTitle(str)

TODO


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

TODO


setTitleFont(QFont)

TODO


theme() → ChartTheme

TODO


title() → str

TODO


titleBrush() → QBrush

TODO


titleFont() → QFont

TODO


zoom(float)

TODO


zoomIn()

TODO


zoomIn(QRectF)

TODO


zoomOut()

TODO


zoomReset()

TODO

Signals¶

plotAreaChanged(QRectF)

TODO