APIs/Python/PyQt6-Charts.api

branch
eric7
changeset 42
37f3e7ddc937
parent 35
908f5f14b718
equal deleted inserted replaced
41:3fd5894ef2ed 42:37f3e7ddc937
5 QtCharts.QAbstractAxis.AxisType.AxisTypeValue?10 5 QtCharts.QAbstractAxis.AxisType.AxisTypeValue?10
6 QtCharts.QAbstractAxis.AxisType.AxisTypeBarCategory?10 6 QtCharts.QAbstractAxis.AxisType.AxisTypeBarCategory?10
7 QtCharts.QAbstractAxis.AxisType.AxisTypeCategory?10 7 QtCharts.QAbstractAxis.AxisType.AxisTypeCategory?10
8 QtCharts.QAbstractAxis.AxisType.AxisTypeDateTime?10 8 QtCharts.QAbstractAxis.AxisType.AxisTypeDateTime?10
9 QtCharts.QAbstractAxis.AxisType.AxisTypeLogValue?10 9 QtCharts.QAbstractAxis.AxisType.AxisTypeLogValue?10
10 QtCharts.QAbstractAxis.AxisType.AxisTypeColor?10
10 QtCharts.QAbstractAxis.type?4() -> QAbstractAxis.AxisType 11 QtCharts.QAbstractAxis.type?4() -> QAbstractAxis.AxisType
11 QtCharts.QAbstractAxis.isVisible?4() -> bool 12 QtCharts.QAbstractAxis.isVisible?4() -> bool
12 QtCharts.QAbstractAxis.setVisible?4(bool visible=True) 13 QtCharts.QAbstractAxis.setVisible?4(bool visible=True)
13 QtCharts.QAbstractAxis.isLineVisible?4() -> bool 14 QtCharts.QAbstractAxis.isLineVisible?4() -> bool
14 QtCharts.QAbstractAxis.setLineVisible?4(bool visible=True) 15 QtCharts.QAbstractAxis.setLineVisible?4(bool visible=True)
91 QtCharts.QAbstractAxis.minorGridLineColorChanged?4(QColor) 92 QtCharts.QAbstractAxis.minorGridLineColorChanged?4(QColor)
92 QtCharts.QAbstractAxis.reverseChanged?4(bool) 93 QtCharts.QAbstractAxis.reverseChanged?4(bool)
93 QtCharts.QAbstractAxis.setLabelsEditable?4(bool editable=True) 94 QtCharts.QAbstractAxis.setLabelsEditable?4(bool editable=True)
94 QtCharts.QAbstractAxis.labelsEditable?4() -> bool 95 QtCharts.QAbstractAxis.labelsEditable?4() -> bool
95 QtCharts.QAbstractAxis.labelsEditableChanged?4(bool) 96 QtCharts.QAbstractAxis.labelsEditableChanged?4(bool)
97 QtCharts.QAbstractAxis.labelsTruncated?4() -> bool
98 QtCharts.QAbstractAxis.setTruncateLabels?4(bool truncateLabels=True)
99 QtCharts.QAbstractAxis.truncateLabels?4() -> bool
100 QtCharts.QAbstractAxis.labelsTruncatedChanged?4(bool)
101 QtCharts.QAbstractAxis.truncateLabelsChanged?4(bool)
96 QtCharts.QAbstractSeries.SeriesType?10 102 QtCharts.QAbstractSeries.SeriesType?10
97 QtCharts.QAbstractSeries.SeriesType.SeriesTypeLine?10 103 QtCharts.QAbstractSeries.SeriesType.SeriesTypeLine?10
98 QtCharts.QAbstractSeries.SeriesType.SeriesTypeArea?10 104 QtCharts.QAbstractSeries.SeriesType.SeriesTypeArea?10
99 QtCharts.QAbstractSeries.SeriesType.SeriesTypeBar?10 105 QtCharts.QAbstractSeries.SeriesType.SeriesTypeBar?10
100 QtCharts.QAbstractSeries.SeriesType.SeriesTypeStackedBar?10 106 QtCharts.QAbstractSeries.SeriesType.SeriesTypeStackedBar?10
313 QtCharts.QBarSet.borderColorChanged?4(QColor) 319 QtCharts.QBarSet.borderColorChanged?4(QColor)
314 QtCharts.QBarSet.labelColorChanged?4(QColor) 320 QtCharts.QBarSet.labelColorChanged?4(QColor)
315 QtCharts.QBarSet.pressed?4(int) 321 QtCharts.QBarSet.pressed?4(int)
316 QtCharts.QBarSet.released?4(int) 322 QtCharts.QBarSet.released?4(int)
317 QtCharts.QBarSet.doubleClicked?4(int) 323 QtCharts.QBarSet.doubleClicked?4(int)
324 QtCharts.QBarSet.selectedColor?4() -> QColor
325 QtCharts.QBarSet.setSelectedColor?4(QColor)
326 QtCharts.QBarSet.isBarSelected?4(int) -> bool
327 QtCharts.QBarSet.selectBar?4(int)
328 QtCharts.QBarSet.deselectBar?4(int)
329 QtCharts.QBarSet.setBarSelected?4(int, bool)
330 QtCharts.QBarSet.selectAllBars?4()
331 QtCharts.QBarSet.deselectAllBars?4()
332 QtCharts.QBarSet.selectBars?4(unknown-type)
333 QtCharts.QBarSet.deselectBars?4(unknown-type)
334 QtCharts.QBarSet.toggleSelection?4(unknown-type)
335 QtCharts.QBarSet.selectedBars?4() -> unknown-type
336 QtCharts.QBarSet.selectedColorChanged?4(QColor)
337 QtCharts.QBarSet.selectedBarsChanged?4(unknown-type)
318 QtCharts.QBoxPlotLegendMarker?1(QBoxPlotSeries, QLegend, QObject parent=None) 338 QtCharts.QBoxPlotLegendMarker?1(QBoxPlotSeries, QLegend, QObject parent=None)
319 QtCharts.QBoxPlotLegendMarker.__init__?1(self, QBoxPlotSeries, QLegend, QObject parent=None) 339 QtCharts.QBoxPlotLegendMarker.__init__?1(self, QBoxPlotSeries, QLegend, QObject parent=None)
320 QtCharts.QBoxPlotLegendMarker.type?4() -> QLegendMarker.LegendMarkerType 340 QtCharts.QBoxPlotLegendMarker.type?4() -> QLegendMarker.LegendMarkerType
321 QtCharts.QBoxPlotLegendMarker.series?4() -> QBoxPlotSeries 341 QtCharts.QBoxPlotLegendMarker.series?4() -> QBoxPlotSeries
322 QtCharts.QBoxPlotSeries?1(QObject parent=None) 342 QtCharts.QBoxPlotSeries?1(QObject parent=None)
621 QtCharts.QChartView.RubberBand?10 641 QtCharts.QChartView.RubberBand?10
622 QtCharts.QChartView.RubberBand.NoRubberBand?10 642 QtCharts.QChartView.RubberBand.NoRubberBand?10
623 QtCharts.QChartView.RubberBand.VerticalRubberBand?10 643 QtCharts.QChartView.RubberBand.VerticalRubberBand?10
624 QtCharts.QChartView.RubberBand.HorizontalRubberBand?10 644 QtCharts.QChartView.RubberBand.HorizontalRubberBand?10
625 QtCharts.QChartView.RubberBand.RectangleRubberBand?10 645 QtCharts.QChartView.RubberBand.RectangleRubberBand?10
646 QtCharts.QChartView.RubberBand.ClickThroughRubberBand?10
626 QtCharts.QChartView?1(QWidget parent=None) 647 QtCharts.QChartView?1(QWidget parent=None)
627 QtCharts.QChartView.__init__?1(self, QWidget parent=None) 648 QtCharts.QChartView.__init__?1(self, QWidget parent=None)
628 QtCharts.QChartView?1(QChart, QWidget parent=None) 649 QtCharts.QChartView?1(QChart, QWidget parent=None)
629 QtCharts.QChartView.__init__?1(self, QChart, QWidget parent=None) 650 QtCharts.QChartView.__init__?1(self, QChart, QWidget parent=None)
630 QtCharts.QChartView.setRubberBand?4(unknown-type) 651 QtCharts.QChartView.setRubberBand?4(unknown-type)
634 QtCharts.QChartView.resizeEvent?4(QResizeEvent) 655 QtCharts.QChartView.resizeEvent?4(QResizeEvent)
635 QtCharts.QChartView.mousePressEvent?4(QMouseEvent) 656 QtCharts.QChartView.mousePressEvent?4(QMouseEvent)
636 QtCharts.QChartView.mouseMoveEvent?4(QMouseEvent) 657 QtCharts.QChartView.mouseMoveEvent?4(QMouseEvent)
637 QtCharts.QChartView.mouseReleaseEvent?4(QMouseEvent) 658 QtCharts.QChartView.mouseReleaseEvent?4(QMouseEvent)
638 QtCharts.QChartView.wheelEvent?4(QWheelEvent) 659 QtCharts.QChartView.wheelEvent?4(QWheelEvent)
660 QtCharts.QColorAxis?1(QObject parent=None)
661 QtCharts.QColorAxis.__init__?1(self, QObject parent=None)
662 QtCharts.QColorAxis.type?4() -> QAbstractAxis.AxisType
663 QtCharts.QColorAxis.setMin?4(float)
664 QtCharts.QColorAxis.min?4() -> float
665 QtCharts.QColorAxis.setMax?4(float)
666 QtCharts.QColorAxis.max?4() -> float
667 QtCharts.QColorAxis.setRange?4(float, float)
668 QtCharts.QColorAxis.setTickCount?4(int)
669 QtCharts.QColorAxis.tickCount?4() -> int
670 QtCharts.QColorAxis.setSize?4(float)
671 QtCharts.QColorAxis.size?4() -> float
672 QtCharts.QColorAxis.setGradient?4(QLinearGradient)
673 QtCharts.QColorAxis.gradient?4() -> QLinearGradient
674 QtCharts.QColorAxis.setAutoRange?4(bool)
675 QtCharts.QColorAxis.autoRange?4() -> bool
676 QtCharts.QColorAxis.minChanged?4(float)
677 QtCharts.QColorAxis.maxChanged?4(float)
678 QtCharts.QColorAxis.rangeChanged?4(float, float)
679 QtCharts.QColorAxis.tickCountChanged?4(int)
680 QtCharts.QColorAxis.gradientChanged?4(QLinearGradient)
681 QtCharts.QColorAxis.sizeChanged?4(float)
682 QtCharts.QColorAxis.autoRangeChanged?4(bool)
639 QtCharts.QDateTimeAxis?1(QObject parent=None) 683 QtCharts.QDateTimeAxis?1(QObject parent=None)
640 QtCharts.QDateTimeAxis.__init__?1(self, QObject parent=None) 684 QtCharts.QDateTimeAxis.__init__?1(self, QObject parent=None)
641 QtCharts.QDateTimeAxis.type?4() -> QAbstractAxis.AxisType 685 QtCharts.QDateTimeAxis.type?4() -> QAbstractAxis.AxisType
642 QtCharts.QDateTimeAxis.setMin?4(QDateTime) 686 QtCharts.QDateTimeAxis.setMin?4(QDateTime)
643 QtCharts.QDateTimeAxis.min?4() -> QDateTime 687 QtCharts.QDateTimeAxis.min?4() -> QDateTime
769 QtCharts.QLegend.MarkerShape?10 813 QtCharts.QLegend.MarkerShape?10
770 QtCharts.QLegend.MarkerShape.MarkerShapeDefault?10 814 QtCharts.QLegend.MarkerShape.MarkerShapeDefault?10
771 QtCharts.QLegend.MarkerShape.MarkerShapeRectangle?10 815 QtCharts.QLegend.MarkerShape.MarkerShapeRectangle?10
772 QtCharts.QLegend.MarkerShape.MarkerShapeCircle?10 816 QtCharts.QLegend.MarkerShape.MarkerShapeCircle?10
773 QtCharts.QLegend.MarkerShape.MarkerShapeFromSeries?10 817 QtCharts.QLegend.MarkerShape.MarkerShapeFromSeries?10
818 QtCharts.QLegend.MarkerShape.MarkerShapeRotatedRectangle?10
819 QtCharts.QLegend.MarkerShape.MarkerShapeTriangle?10
820 QtCharts.QLegend.MarkerShape.MarkerShapeStar?10
821 QtCharts.QLegend.MarkerShape.MarkerShapePentagon?10
774 QtCharts.QLegend.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget widget=None) 822 QtCharts.QLegend.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget widget=None)
775 QtCharts.QLegend.setBrush?4(QBrush) 823 QtCharts.QLegend.setBrush?4(QBrush)
776 QtCharts.QLegend.brush?4() -> QBrush 824 QtCharts.QLegend.brush?4() -> QBrush
777 QtCharts.QLegend.setPen?4(QPen) 825 QtCharts.QLegend.setPen?4(QPen)
778 QtCharts.QLegend.pen?4() -> QPen 826 QtCharts.QLegend.pen?4() -> QPen
808 QtCharts.QLegend.setShowToolTips?4(bool) 856 QtCharts.QLegend.setShowToolTips?4(bool)
809 QtCharts.QLegend.showToolTipsChanged?4(bool) 857 QtCharts.QLegend.showToolTipsChanged?4(bool)
810 QtCharts.QLegend.markerShape?4() -> QLegend.MarkerShape 858 QtCharts.QLegend.markerShape?4() -> QLegend.MarkerShape
811 QtCharts.QLegend.setMarkerShape?4(QLegend.MarkerShape) 859 QtCharts.QLegend.setMarkerShape?4(QLegend.MarkerShape)
812 QtCharts.QLegend.markerShapeChanged?4(QLegend.MarkerShape) 860 QtCharts.QLegend.markerShapeChanged?4(QLegend.MarkerShape)
861 QtCharts.QLegend.isInteractive?4() -> bool
862 QtCharts.QLegend.setInteractive?4(bool)
863 QtCharts.QLegend.attachedToChartChanged?4(bool)
864 QtCharts.QLegend.interactiveChanged?4(bool)
865 QtCharts.QXYSeries.PointConfiguration?10
866 QtCharts.QXYSeries.PointConfiguration.Color?10
867 QtCharts.QXYSeries.PointConfiguration.Size?10
868 QtCharts.QXYSeries.PointConfiguration.Visibility?10
869 QtCharts.QXYSeries.PointConfiguration.LabelVisibility?10
813 QtCharts.QXYSeries.append?4(float, float) 870 QtCharts.QXYSeries.append?4(float, float)
814 QtCharts.QXYSeries.append?4(QPointF) 871 QtCharts.QXYSeries.append?4(QPointF)
815 QtCharts.QXYSeries.append?4(unknown-type) 872 QtCharts.QXYSeries.append?4(unknown-type)
816 QtCharts.QXYSeries.replace?4(float, float, float, float) 873 QtCharts.QXYSeries.replace?4(float, float, float, float)
817 QtCharts.QXYSeries.replace?4(QPointF, QPointF) 874 QtCharts.QXYSeries.replace?4(QPointF, QPointF)
859 QtCharts.QXYSeries.setPointLabelsClipping?4(bool enable=True) 916 QtCharts.QXYSeries.setPointLabelsClipping?4(bool enable=True)
860 QtCharts.QXYSeries.pointLabelsClipping?4() -> bool 917 QtCharts.QXYSeries.pointLabelsClipping?4() -> bool
861 QtCharts.QXYSeries.pointLabelsClippingChanged?4(bool) 918 QtCharts.QXYSeries.pointLabelsClippingChanged?4(bool)
862 QtCharts.QXYSeries.pointsRemoved?4(int, int) 919 QtCharts.QXYSeries.pointsRemoved?4(int, int)
863 QtCharts.QXYSeries.penChanged?4(QPen) 920 QtCharts.QXYSeries.penChanged?4(QPen)
921 QtCharts.QXYSeries.setSelectedColor?4(QColor)
922 QtCharts.QXYSeries.selectedColor?4() -> QColor
923 QtCharts.QXYSeries.isPointSelected?4(int) -> bool
924 QtCharts.QXYSeries.selectPoint?4(int)
925 QtCharts.QXYSeries.deselectPoint?4(int)
926 QtCharts.QXYSeries.setPointSelected?4(int, bool)
927 QtCharts.QXYSeries.selectAllPoints?4()
928 QtCharts.QXYSeries.deselectAllPoints?4()
929 QtCharts.QXYSeries.selectPoints?4(unknown-type)
930 QtCharts.QXYSeries.deselectPoints?4(unknown-type)
931 QtCharts.QXYSeries.toggleSelection?4(unknown-type)
932 QtCharts.QXYSeries.selectedPoints?4() -> unknown-type
933 QtCharts.QXYSeries.setLightMarker?4(QImage)
934 QtCharts.QXYSeries.lightMarker?4() -> QImage
935 QtCharts.QXYSeries.setSelectedLightMarker?4(QImage)
936 QtCharts.QXYSeries.selectedLightMarker?4() -> QImage
937 QtCharts.QXYSeries.setMarkerSize?4(float)
938 QtCharts.QXYSeries.markerSize?4() -> float
939 QtCharts.QXYSeries.setBestFitLineVisible?4(bool visible=True)
940 QtCharts.QXYSeries.bestFitLineVisible?4() -> bool
941 QtCharts.QXYSeries.bestFitLineEquation?4() -> (unknown-type, bool)
942 QtCharts.QXYSeries.setBestFitLinePen?4(QPen)
943 QtCharts.QXYSeries.bestFitLinePen?4() -> QPen
944 QtCharts.QXYSeries.setBestFitLineColor?4(QColor)
945 QtCharts.QXYSeries.bestFitLineColor?4() -> QColor
946 QtCharts.QXYSeries.clearPointConfiguration?4(int, QXYSeries.PointConfiguration)
947 QtCharts.QXYSeries.clearPointConfiguration?4(int)
948 QtCharts.QXYSeries.clearPointsConfiguration?4(QXYSeries.PointConfiguration)
949 QtCharts.QXYSeries.clearPointsConfiguration?4()
950 QtCharts.QXYSeries.setPointConfiguration?4(int, QXYSeries.PointConfiguration, QVariant)
951 QtCharts.QXYSeries.setPointConfiguration?4(int, unknown-type)
952 QtCharts.QXYSeries.setPointsConfiguration?4(unknown-type)
953 QtCharts.QXYSeries.pointConfiguration?4(int) -> unknown-type
954 QtCharts.QXYSeries.pointsConfiguration?4() -> unknown-type
955 QtCharts.QXYSeries.sizeBy?4(unknown-type, float, float)
956 QtCharts.QXYSeries.colorBy?4(unknown-type, QLinearGradient gradient=QLinearGradient())
957 QtCharts.QXYSeries.selectedColorChanged?4(QColor)
958 QtCharts.QXYSeries.selectedPointsChanged?4()
959 QtCharts.QXYSeries.lightMarkerChanged?4(QImage)
960 QtCharts.QXYSeries.selectedLightMarkerChanged?4(QImage)
961 QtCharts.QXYSeries.bestFitLineVisibilityChanged?4(bool)
962 QtCharts.QXYSeries.bestFitLinePenChanged?4(QPen)
963 QtCharts.QXYSeries.bestFitLineColorChanged?4(QColor)
964 QtCharts.QXYSeries.pointsConfigurationChanged?4(unknown-type)
965 QtCharts.QXYSeries.markerSizeChanged?4(float)
864 QtCharts.QLineSeries?1(QObject parent=None) 966 QtCharts.QLineSeries?1(QObject parent=None)
865 QtCharts.QLineSeries.__init__?1(self, QObject parent=None) 967 QtCharts.QLineSeries.__init__?1(self, QObject parent=None)
866 QtCharts.QLineSeries.type?4() -> QAbstractSeries.SeriesType 968 QtCharts.QLineSeries.type?4() -> QAbstractSeries.SeriesType
867 QtCharts.QLogValueAxis?1(QObject parent=None) 969 QtCharts.QLogValueAxis?1(QObject parent=None)
868 QtCharts.QLogValueAxis.__init__?1(self, QObject parent=None) 970 QtCharts.QLogValueAxis.__init__?1(self, QObject parent=None)
1002 QtCharts.QPolarChart.axes?4(unknown-type polarOrientation=QPolarChart.PolarOrientations(QPolarChart.PolarOrientationRadial|QPolarChart.PolarOrientationAngular), QAbstractSeries series=None) -> unknown-type 1104 QtCharts.QPolarChart.axes?4(unknown-type polarOrientation=QPolarChart.PolarOrientations(QPolarChart.PolarOrientationRadial|QPolarChart.PolarOrientationAngular), QAbstractSeries series=None) -> unknown-type
1003 QtCharts.QPolarChart.axisPolarOrientation?4(QAbstractAxis) -> QPolarChart.PolarOrientation 1105 QtCharts.QPolarChart.axisPolarOrientation?4(QAbstractAxis) -> QPolarChart.PolarOrientation
1004 QtCharts.QScatterSeries.MarkerShape?10 1106 QtCharts.QScatterSeries.MarkerShape?10
1005 QtCharts.QScatterSeries.MarkerShape.MarkerShapeCircle?10 1107 QtCharts.QScatterSeries.MarkerShape.MarkerShapeCircle?10
1006 QtCharts.QScatterSeries.MarkerShape.MarkerShapeRectangle?10 1108 QtCharts.QScatterSeries.MarkerShape.MarkerShapeRectangle?10
1109 QtCharts.QScatterSeries.MarkerShape.MarkerShapeRotatedRectangle?10
1110 QtCharts.QScatterSeries.MarkerShape.MarkerShapeTriangle?10
1111 QtCharts.QScatterSeries.MarkerShape.MarkerShapeStar?10
1112 QtCharts.QScatterSeries.MarkerShape.MarkerShapePentagon?10
1007 QtCharts.QScatterSeries?1(QObject parent=None) 1113 QtCharts.QScatterSeries?1(QObject parent=None)
1008 QtCharts.QScatterSeries.__init__?1(self, QObject parent=None) 1114 QtCharts.QScatterSeries.__init__?1(self, QObject parent=None)
1009 QtCharts.QScatterSeries.type?4() -> QAbstractSeries.SeriesType 1115 QtCharts.QScatterSeries.type?4() -> QAbstractSeries.SeriesType
1010 QtCharts.QScatterSeries.markerShape?4() -> QScatterSeries.MarkerShape 1116 QtCharts.QScatterSeries.markerShape?4() -> QScatterSeries.MarkerShape
1011 QtCharts.QScatterSeries.setMarkerShape?4(QScatterSeries.MarkerShape) 1117 QtCharts.QScatterSeries.setMarkerShape?4(QScatterSeries.MarkerShape)

eric ide

mercurial