APIs/Python/PyQt6-Charts.api

branch
eric7
changeset 42
37f3e7ddc937
parent 35
908f5f14b718
diff -r 3fd5894ef2ed -r 37f3e7ddc937 APIs/Python/PyQt6-Charts.api
--- a/APIs/Python/PyQt6-Charts.api	Thu Dec 30 11:30:26 2021 +0100
+++ b/APIs/Python/PyQt6-Charts.api	Wed Jun 01 17:41:53 2022 +0200
@@ -7,6 +7,7 @@
 QtCharts.QAbstractAxis.AxisType.AxisTypeCategory?10
 QtCharts.QAbstractAxis.AxisType.AxisTypeDateTime?10
 QtCharts.QAbstractAxis.AxisType.AxisTypeLogValue?10
+QtCharts.QAbstractAxis.AxisType.AxisTypeColor?10
 QtCharts.QAbstractAxis.type?4() -> QAbstractAxis.AxisType
 QtCharts.QAbstractAxis.isVisible?4() -> bool
 QtCharts.QAbstractAxis.setVisible?4(bool visible=True)
@@ -93,6 +94,11 @@
 QtCharts.QAbstractAxis.setLabelsEditable?4(bool editable=True)
 QtCharts.QAbstractAxis.labelsEditable?4() -> bool
 QtCharts.QAbstractAxis.labelsEditableChanged?4(bool)
+QtCharts.QAbstractAxis.labelsTruncated?4() -> bool
+QtCharts.QAbstractAxis.setTruncateLabels?4(bool truncateLabels=True)
+QtCharts.QAbstractAxis.truncateLabels?4() -> bool
+QtCharts.QAbstractAxis.labelsTruncatedChanged?4(bool)
+QtCharts.QAbstractAxis.truncateLabelsChanged?4(bool)
 QtCharts.QAbstractSeries.SeriesType?10
 QtCharts.QAbstractSeries.SeriesType.SeriesTypeLine?10
 QtCharts.QAbstractSeries.SeriesType.SeriesTypeArea?10
@@ -315,6 +321,20 @@
 QtCharts.QBarSet.pressed?4(int)
 QtCharts.QBarSet.released?4(int)
 QtCharts.QBarSet.doubleClicked?4(int)
+QtCharts.QBarSet.selectedColor?4() -> QColor
+QtCharts.QBarSet.setSelectedColor?4(QColor)
+QtCharts.QBarSet.isBarSelected?4(int) -> bool
+QtCharts.QBarSet.selectBar?4(int)
+QtCharts.QBarSet.deselectBar?4(int)
+QtCharts.QBarSet.setBarSelected?4(int, bool)
+QtCharts.QBarSet.selectAllBars?4()
+QtCharts.QBarSet.deselectAllBars?4()
+QtCharts.QBarSet.selectBars?4(unknown-type)
+QtCharts.QBarSet.deselectBars?4(unknown-type)
+QtCharts.QBarSet.toggleSelection?4(unknown-type)
+QtCharts.QBarSet.selectedBars?4() -> unknown-type
+QtCharts.QBarSet.selectedColorChanged?4(QColor)
+QtCharts.QBarSet.selectedBarsChanged?4(unknown-type)
 QtCharts.QBoxPlotLegendMarker?1(QBoxPlotSeries, QLegend, QObject parent=None)
 QtCharts.QBoxPlotLegendMarker.__init__?1(self, QBoxPlotSeries, QLegend, QObject parent=None)
 QtCharts.QBoxPlotLegendMarker.type?4() -> QLegendMarker.LegendMarkerType
@@ -623,6 +643,7 @@
 QtCharts.QChartView.RubberBand.VerticalRubberBand?10
 QtCharts.QChartView.RubberBand.HorizontalRubberBand?10
 QtCharts.QChartView.RubberBand.RectangleRubberBand?10
+QtCharts.QChartView.RubberBand.ClickThroughRubberBand?10
 QtCharts.QChartView?1(QWidget parent=None)
 QtCharts.QChartView.__init__?1(self, QWidget parent=None)
 QtCharts.QChartView?1(QChart, QWidget parent=None)
@@ -636,6 +657,29 @@
 QtCharts.QChartView.mouseMoveEvent?4(QMouseEvent)
 QtCharts.QChartView.mouseReleaseEvent?4(QMouseEvent)
 QtCharts.QChartView.wheelEvent?4(QWheelEvent)
+QtCharts.QColorAxis?1(QObject parent=None)
+QtCharts.QColorAxis.__init__?1(self, QObject parent=None)
+QtCharts.QColorAxis.type?4() -> QAbstractAxis.AxisType
+QtCharts.QColorAxis.setMin?4(float)
+QtCharts.QColorAxis.min?4() -> float
+QtCharts.QColorAxis.setMax?4(float)
+QtCharts.QColorAxis.max?4() -> float
+QtCharts.QColorAxis.setRange?4(float, float)
+QtCharts.QColorAxis.setTickCount?4(int)
+QtCharts.QColorAxis.tickCount?4() -> int
+QtCharts.QColorAxis.setSize?4(float)
+QtCharts.QColorAxis.size?4() -> float
+QtCharts.QColorAxis.setGradient?4(QLinearGradient)
+QtCharts.QColorAxis.gradient?4() -> QLinearGradient
+QtCharts.QColorAxis.setAutoRange?4(bool)
+QtCharts.QColorAxis.autoRange?4() -> bool
+QtCharts.QColorAxis.minChanged?4(float)
+QtCharts.QColorAxis.maxChanged?4(float)
+QtCharts.QColorAxis.rangeChanged?4(float, float)
+QtCharts.QColorAxis.tickCountChanged?4(int)
+QtCharts.QColorAxis.gradientChanged?4(QLinearGradient)
+QtCharts.QColorAxis.sizeChanged?4(float)
+QtCharts.QColorAxis.autoRangeChanged?4(bool)
 QtCharts.QDateTimeAxis?1(QObject parent=None)
 QtCharts.QDateTimeAxis.__init__?1(self, QObject parent=None)
 QtCharts.QDateTimeAxis.type?4() -> QAbstractAxis.AxisType
@@ -771,6 +815,10 @@
 QtCharts.QLegend.MarkerShape.MarkerShapeRectangle?10
 QtCharts.QLegend.MarkerShape.MarkerShapeCircle?10
 QtCharts.QLegend.MarkerShape.MarkerShapeFromSeries?10
+QtCharts.QLegend.MarkerShape.MarkerShapeRotatedRectangle?10
+QtCharts.QLegend.MarkerShape.MarkerShapeTriangle?10
+QtCharts.QLegend.MarkerShape.MarkerShapeStar?10
+QtCharts.QLegend.MarkerShape.MarkerShapePentagon?10
 QtCharts.QLegend.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget widget=None)
 QtCharts.QLegend.setBrush?4(QBrush)
 QtCharts.QLegend.brush?4() -> QBrush
@@ -810,6 +858,15 @@
 QtCharts.QLegend.markerShape?4() -> QLegend.MarkerShape
 QtCharts.QLegend.setMarkerShape?4(QLegend.MarkerShape)
 QtCharts.QLegend.markerShapeChanged?4(QLegend.MarkerShape)
+QtCharts.QLegend.isInteractive?4() -> bool
+QtCharts.QLegend.setInteractive?4(bool)
+QtCharts.QLegend.attachedToChartChanged?4(bool)
+QtCharts.QLegend.interactiveChanged?4(bool)
+QtCharts.QXYSeries.PointConfiguration?10
+QtCharts.QXYSeries.PointConfiguration.Color?10
+QtCharts.QXYSeries.PointConfiguration.Size?10
+QtCharts.QXYSeries.PointConfiguration.Visibility?10
+QtCharts.QXYSeries.PointConfiguration.LabelVisibility?10
 QtCharts.QXYSeries.append?4(float, float)
 QtCharts.QXYSeries.append?4(QPointF)
 QtCharts.QXYSeries.append?4(unknown-type)
@@ -861,6 +918,51 @@
 QtCharts.QXYSeries.pointLabelsClippingChanged?4(bool)
 QtCharts.QXYSeries.pointsRemoved?4(int, int)
 QtCharts.QXYSeries.penChanged?4(QPen)
+QtCharts.QXYSeries.setSelectedColor?4(QColor)
+QtCharts.QXYSeries.selectedColor?4() -> QColor
+QtCharts.QXYSeries.isPointSelected?4(int) -> bool
+QtCharts.QXYSeries.selectPoint?4(int)
+QtCharts.QXYSeries.deselectPoint?4(int)
+QtCharts.QXYSeries.setPointSelected?4(int, bool)
+QtCharts.QXYSeries.selectAllPoints?4()
+QtCharts.QXYSeries.deselectAllPoints?4()
+QtCharts.QXYSeries.selectPoints?4(unknown-type)
+QtCharts.QXYSeries.deselectPoints?4(unknown-type)
+QtCharts.QXYSeries.toggleSelection?4(unknown-type)
+QtCharts.QXYSeries.selectedPoints?4() -> unknown-type
+QtCharts.QXYSeries.setLightMarker?4(QImage)
+QtCharts.QXYSeries.lightMarker?4() -> QImage
+QtCharts.QXYSeries.setSelectedLightMarker?4(QImage)
+QtCharts.QXYSeries.selectedLightMarker?4() -> QImage
+QtCharts.QXYSeries.setMarkerSize?4(float)
+QtCharts.QXYSeries.markerSize?4() -> float
+QtCharts.QXYSeries.setBestFitLineVisible?4(bool visible=True)
+QtCharts.QXYSeries.bestFitLineVisible?4() -> bool
+QtCharts.QXYSeries.bestFitLineEquation?4() -> (unknown-type, bool)
+QtCharts.QXYSeries.setBestFitLinePen?4(QPen)
+QtCharts.QXYSeries.bestFitLinePen?4() -> QPen
+QtCharts.QXYSeries.setBestFitLineColor?4(QColor)
+QtCharts.QXYSeries.bestFitLineColor?4() -> QColor
+QtCharts.QXYSeries.clearPointConfiguration?4(int, QXYSeries.PointConfiguration)
+QtCharts.QXYSeries.clearPointConfiguration?4(int)
+QtCharts.QXYSeries.clearPointsConfiguration?4(QXYSeries.PointConfiguration)
+QtCharts.QXYSeries.clearPointsConfiguration?4()
+QtCharts.QXYSeries.setPointConfiguration?4(int, QXYSeries.PointConfiguration, QVariant)
+QtCharts.QXYSeries.setPointConfiguration?4(int, unknown-type)
+QtCharts.QXYSeries.setPointsConfiguration?4(unknown-type)
+QtCharts.QXYSeries.pointConfiguration?4(int) -> unknown-type
+QtCharts.QXYSeries.pointsConfiguration?4() -> unknown-type
+QtCharts.QXYSeries.sizeBy?4(unknown-type, float, float)
+QtCharts.QXYSeries.colorBy?4(unknown-type, QLinearGradient gradient=QLinearGradient())
+QtCharts.QXYSeries.selectedColorChanged?4(QColor)
+QtCharts.QXYSeries.selectedPointsChanged?4()
+QtCharts.QXYSeries.lightMarkerChanged?4(QImage)
+QtCharts.QXYSeries.selectedLightMarkerChanged?4(QImage)
+QtCharts.QXYSeries.bestFitLineVisibilityChanged?4(bool)
+QtCharts.QXYSeries.bestFitLinePenChanged?4(QPen)
+QtCharts.QXYSeries.bestFitLineColorChanged?4(QColor)
+QtCharts.QXYSeries.pointsConfigurationChanged?4(unknown-type)
+QtCharts.QXYSeries.markerSizeChanged?4(float)
 QtCharts.QLineSeries?1(QObject parent=None)
 QtCharts.QLineSeries.__init__?1(self, QObject parent=None)
 QtCharts.QLineSeries.type?4() -> QAbstractSeries.SeriesType
@@ -1004,6 +1106,10 @@
 QtCharts.QScatterSeries.MarkerShape?10
 QtCharts.QScatterSeries.MarkerShape.MarkerShapeCircle?10
 QtCharts.QScatterSeries.MarkerShape.MarkerShapeRectangle?10
+QtCharts.QScatterSeries.MarkerShape.MarkerShapeRotatedRectangle?10
+QtCharts.QScatterSeries.MarkerShape.MarkerShapeTriangle?10
+QtCharts.QScatterSeries.MarkerShape.MarkerShapeStar?10
+QtCharts.QScatterSeries.MarkerShape.MarkerShapePentagon?10
 QtCharts.QScatterSeries?1(QObject parent=None)
 QtCharts.QScatterSeries.__init__?1(self, QObject parent=None)
 QtCharts.QScatterSeries.type?4() -> QAbstractSeries.SeriesType

eric ide

mercurial