APIs/Python/PyQtChart.api

changeset 25
e4b5522cbdff
child 28
d772634a378a
equal deleted inserted replaced
24:0e3774be8782 25:e4b5522cbdff
1 PyQt5.QtChart.PYQT_CHART_VERSION?7
2 PyQt5.QtChart.PYQT_CHART_VERSION_STR?7
3 PyQt5.QtChart.QAbstractAxis.AxisType?10
4 PyQt5.QtChart.QAbstractAxis.AxisTypeNoAxis?10
5 PyQt5.QtChart.QAbstractAxis.AxisTypeValue?10
6 PyQt5.QtChart.QAbstractAxis.AxisTypeBarCategory?10
7 PyQt5.QtChart.QAbstractAxis.AxisTypeCategory?10
8 PyQt5.QtChart.QAbstractAxis.AxisTypeDateTime?10
9 PyQt5.QtChart.QAbstractAxis.AxisTypeLogValue?10
10 PyQt5.QtChart.QAbstractAxis.type?4() -> QAbstractAxis.AxisType
11 PyQt5.QtChart.QAbstractAxis.isVisible?4() -> bool
12 PyQt5.QtChart.QAbstractAxis.setVisible?4(bool visible=True)
13 PyQt5.QtChart.QAbstractAxis.isLineVisible?4() -> bool
14 PyQt5.QtChart.QAbstractAxis.setLineVisible?4(bool visible=True)
15 PyQt5.QtChart.QAbstractAxis.setLinePen?4(QPen)
16 PyQt5.QtChart.QAbstractAxis.linePen?4() -> QPen
17 PyQt5.QtChart.QAbstractAxis.setLinePenColor?4(QColor)
18 PyQt5.QtChart.QAbstractAxis.linePenColor?4() -> QColor
19 PyQt5.QtChart.QAbstractAxis.isGridLineVisible?4() -> bool
20 PyQt5.QtChart.QAbstractAxis.setGridLineVisible?4(bool visible=True)
21 PyQt5.QtChart.QAbstractAxis.setGridLinePen?4(QPen)
22 PyQt5.QtChart.QAbstractAxis.gridLinePen?4() -> QPen
23 PyQt5.QtChart.QAbstractAxis.labelsVisible?4() -> bool
24 PyQt5.QtChart.QAbstractAxis.setLabelsVisible?4(bool visible=True)
25 PyQt5.QtChart.QAbstractAxis.setLabelsBrush?4(QBrush)
26 PyQt5.QtChart.QAbstractAxis.labelsBrush?4() -> QBrush
27 PyQt5.QtChart.QAbstractAxis.setLabelsFont?4(QFont)
28 PyQt5.QtChart.QAbstractAxis.labelsFont?4() -> QFont
29 PyQt5.QtChart.QAbstractAxis.setLabelsAngle?4(int)
30 PyQt5.QtChart.QAbstractAxis.labelsAngle?4() -> int
31 PyQt5.QtChart.QAbstractAxis.setLabelsColor?4(QColor)
32 PyQt5.QtChart.QAbstractAxis.labelsColor?4() -> QColor
33 PyQt5.QtChart.QAbstractAxis.shadesVisible?4() -> bool
34 PyQt5.QtChart.QAbstractAxis.setShadesVisible?4(bool visible=True)
35 PyQt5.QtChart.QAbstractAxis.setShadesPen?4(QPen)
36 PyQt5.QtChart.QAbstractAxis.shadesPen?4() -> QPen
37 PyQt5.QtChart.QAbstractAxis.setShadesBrush?4(QBrush)
38 PyQt5.QtChart.QAbstractAxis.shadesBrush?4() -> QBrush
39 PyQt5.QtChart.QAbstractAxis.setShadesColor?4(QColor)
40 PyQt5.QtChart.QAbstractAxis.shadesColor?4() -> QColor
41 PyQt5.QtChart.QAbstractAxis.setShadesBorderColor?4(QColor)
42 PyQt5.QtChart.QAbstractAxis.shadesBorderColor?4() -> QColor
43 PyQt5.QtChart.QAbstractAxis.setMin?4(QVariant)
44 PyQt5.QtChart.QAbstractAxis.setMax?4(QVariant)
45 PyQt5.QtChart.QAbstractAxis.setRange?4(QVariant, QVariant)
46 PyQt5.QtChart.QAbstractAxis.show?4()
47 PyQt5.QtChart.QAbstractAxis.hide?4()
48 PyQt5.QtChart.QAbstractAxis.orientation?4() -> Qt.Orientation
49 PyQt5.QtChart.QAbstractAxis.visibleChanged?4(bool)
50 PyQt5.QtChart.QAbstractAxis.lineVisibleChanged?4(bool)
51 PyQt5.QtChart.QAbstractAxis.labelsVisibleChanged?4(bool)
52 PyQt5.QtChart.QAbstractAxis.gridVisibleChanged?4(bool)
53 PyQt5.QtChart.QAbstractAxis.colorChanged?4(QColor)
54 PyQt5.QtChart.QAbstractAxis.labelsColorChanged?4(QColor)
55 PyQt5.QtChart.QAbstractAxis.shadesVisibleChanged?4(bool)
56 PyQt5.QtChart.QAbstractAxis.shadesColorChanged?4(QColor)
57 PyQt5.QtChart.QAbstractAxis.shadesBorderColorChanged?4(QColor)
58 PyQt5.QtChart.QAbstractAxis.isTitleVisible?4() -> bool
59 PyQt5.QtChart.QAbstractAxis.setTitleVisible?4(bool visible=True)
60 PyQt5.QtChart.QAbstractAxis.setTitleBrush?4(QBrush)
61 PyQt5.QtChart.QAbstractAxis.titleBrush?4() -> QBrush
62 PyQt5.QtChart.QAbstractAxis.setTitleFont?4(QFont)
63 PyQt5.QtChart.QAbstractAxis.titleFont?4() -> QFont
64 PyQt5.QtChart.QAbstractAxis.setTitleText?4(QString)
65 PyQt5.QtChart.QAbstractAxis.titleText?4() -> QString
66 PyQt5.QtChart.QAbstractAxis.alignment?4() -> Qt.Alignment
67 PyQt5.QtChart.QAbstractAxis.linePenChanged?4(QPen)
68 PyQt5.QtChart.QAbstractAxis.labelsBrushChanged?4(QBrush)
69 PyQt5.QtChart.QAbstractAxis.labelsFontChanged?4(QFont)
70 PyQt5.QtChart.QAbstractAxis.labelsAngleChanged?4(int)
71 PyQt5.QtChart.QAbstractAxis.gridLinePenChanged?4(QPen)
72 PyQt5.QtChart.QAbstractAxis.titleTextChanged?4(QString)
73 PyQt5.QtChart.QAbstractAxis.titleBrushChanged?4(QBrush)
74 PyQt5.QtChart.QAbstractAxis.titleVisibleChanged?4(bool)
75 PyQt5.QtChart.QAbstractAxis.titleFontChanged?4(QFont)
76 PyQt5.QtChart.QAbstractAxis.shadesPenChanged?4(QPen)
77 PyQt5.QtChart.QAbstractAxis.shadesBrushChanged?4(QBrush)
78 PyQt5.QtChart.QAbstractAxis.isMinorGridLineVisible?4() -> bool
79 PyQt5.QtChart.QAbstractAxis.setMinorGridLineVisible?4(bool visible=True)
80 PyQt5.QtChart.QAbstractAxis.setMinorGridLinePen?4(QPen)
81 PyQt5.QtChart.QAbstractAxis.minorGridLinePen?4() -> QPen
82 PyQt5.QtChart.QAbstractAxis.setGridLineColor?4(QColor)
83 PyQt5.QtChart.QAbstractAxis.gridLineColor?4() -> QColor
84 PyQt5.QtChart.QAbstractAxis.setMinorGridLineColor?4(QColor)
85 PyQt5.QtChart.QAbstractAxis.minorGridLineColor?4() -> QColor
86 PyQt5.QtChart.QAbstractAxis.setReverse?4(bool reverse=True)
87 PyQt5.QtChart.QAbstractAxis.isReverse?4() -> bool
88 PyQt5.QtChart.QAbstractAxis.minorGridVisibleChanged?4(bool)
89 PyQt5.QtChart.QAbstractAxis.minorGridLinePenChanged?4(QPen)
90 PyQt5.QtChart.QAbstractAxis.gridLineColorChanged?4(QColor)
91 PyQt5.QtChart.QAbstractAxis.minorGridLineColorChanged?4(QColor)
92 PyQt5.QtChart.QAbstractAxis.reverseChanged?4(bool)
93 PyQt5.QtChart.QAbstractAxis.AxisTypes?1()
94 PyQt5.QtChart.QAbstractAxis.AxisTypes.__init__?1(self)
95 PyQt5.QtChart.QAbstractAxis.AxisTypes?1(int)
96 PyQt5.QtChart.QAbstractAxis.AxisTypes.__init__?1(self, int)
97 PyQt5.QtChart.QAbstractAxis.AxisTypes?1(QAbstractAxis.AxisTypes)
98 PyQt5.QtChart.QAbstractAxis.AxisTypes.__init__?1(self, QAbstractAxis.AxisTypes)
99 PyQt5.QtChart.QAbstractSeries.SeriesType?10
100 PyQt5.QtChart.QAbstractSeries.SeriesTypeLine?10
101 PyQt5.QtChart.QAbstractSeries.SeriesTypeArea?10
102 PyQt5.QtChart.QAbstractSeries.SeriesTypeBar?10
103 PyQt5.QtChart.QAbstractSeries.SeriesTypeStackedBar?10
104 PyQt5.QtChart.QAbstractSeries.SeriesTypePercentBar?10
105 PyQt5.QtChart.QAbstractSeries.SeriesTypePie?10
106 PyQt5.QtChart.QAbstractSeries.SeriesTypeScatter?10
107 PyQt5.QtChart.QAbstractSeries.SeriesTypeSpline?10
108 PyQt5.QtChart.QAbstractSeries.SeriesTypeHorizontalBar?10
109 PyQt5.QtChart.QAbstractSeries.SeriesTypeHorizontalStackedBar?10
110 PyQt5.QtChart.QAbstractSeries.SeriesTypeHorizontalPercentBar?10
111 PyQt5.QtChart.QAbstractSeries.SeriesTypeBoxPlot?10
112 PyQt5.QtChart.QAbstractSeries.SeriesTypeCandlestick?10
113 PyQt5.QtChart.QAbstractSeries.type?4() -> QAbstractSeries.SeriesType
114 PyQt5.QtChart.QAbstractSeries.setName?4(QString)
115 PyQt5.QtChart.QAbstractSeries.name?4() -> QString
116 PyQt5.QtChart.QAbstractSeries.setVisible?4(bool visible=True)
117 PyQt5.QtChart.QAbstractSeries.isVisible?4() -> bool
118 PyQt5.QtChart.QAbstractSeries.chart?4() -> QChart
119 PyQt5.QtChart.QAbstractSeries.show?4()
120 PyQt5.QtChart.QAbstractSeries.hide?4()
121 PyQt5.QtChart.QAbstractSeries.nameChanged?4()
122 PyQt5.QtChart.QAbstractSeries.visibleChanged?4()
123 PyQt5.QtChart.QAbstractSeries.opacity?4() -> float
124 PyQt5.QtChart.QAbstractSeries.setOpacity?4(float)
125 PyQt5.QtChart.QAbstractSeries.attachAxis?4(QAbstractAxis) -> bool
126 PyQt5.QtChart.QAbstractSeries.detachAxis?4(QAbstractAxis) -> bool
127 PyQt5.QtChart.QAbstractSeries.attachedAxes?4() -> unknown-type
128 PyQt5.QtChart.QAbstractSeries.opacityChanged?4()
129 PyQt5.QtChart.QAbstractSeries.setUseOpenGL?4(bool enable=True)
130 PyQt5.QtChart.QAbstractSeries.useOpenGL?4() -> bool
131 PyQt5.QtChart.QAbstractSeries.useOpenGLChanged?4()
132 PyQt5.QtChart.QAbstractBarSeries.LabelsPosition?10
133 PyQt5.QtChart.QAbstractBarSeries.LabelsCenter?10
134 PyQt5.QtChart.QAbstractBarSeries.LabelsInsideEnd?10
135 PyQt5.QtChart.QAbstractBarSeries.LabelsInsideBase?10
136 PyQt5.QtChart.QAbstractBarSeries.LabelsOutsideEnd?10
137 PyQt5.QtChart.QAbstractBarSeries.setBarWidth?4(float)
138 PyQt5.QtChart.QAbstractBarSeries.barWidth?4() -> float
139 PyQt5.QtChart.QAbstractBarSeries.append?4(QBarSet) -> bool
140 PyQt5.QtChart.QAbstractBarSeries.remove?4(QBarSet) -> bool
141 PyQt5.QtChart.QAbstractBarSeries.append?4(unknown-type) -> bool
142 PyQt5.QtChart.QAbstractBarSeries.insert?4(int, QBarSet) -> bool
143 PyQt5.QtChart.QAbstractBarSeries.count?4() -> int
144 PyQt5.QtChart.QAbstractBarSeries.barSets?4() -> unknown-type
145 PyQt5.QtChart.QAbstractBarSeries.clear?4()
146 PyQt5.QtChart.QAbstractBarSeries.setLabelsVisible?4(bool visible=True)
147 PyQt5.QtChart.QAbstractBarSeries.isLabelsVisible?4() -> bool
148 PyQt5.QtChart.QAbstractBarSeries.take?4(QBarSet) -> bool
149 PyQt5.QtChart.QAbstractBarSeries.clicked?4(int, QBarSet)
150 PyQt5.QtChart.QAbstractBarSeries.hovered?4(bool, int, QBarSet)
151 PyQt5.QtChart.QAbstractBarSeries.countChanged?4()
152 PyQt5.QtChart.QAbstractBarSeries.labelsVisibleChanged?4()
153 PyQt5.QtChart.QAbstractBarSeries.barsetsAdded?4(unknown-type)
154 PyQt5.QtChart.QAbstractBarSeries.barsetsRemoved?4(unknown-type)
155 PyQt5.QtChart.QAbstractBarSeries.setLabelsFormat?4(QString)
156 PyQt5.QtChart.QAbstractBarSeries.labelsFormat?4() -> QString
157 PyQt5.QtChart.QAbstractBarSeries.setLabelsPosition?4(QAbstractBarSeries.LabelsPosition)
158 PyQt5.QtChart.QAbstractBarSeries.labelsPosition?4() -> QAbstractBarSeries.LabelsPosition
159 PyQt5.QtChart.QAbstractBarSeries.labelsFormatChanged?4(QString)
160 PyQt5.QtChart.QAbstractBarSeries.labelsPositionChanged?4(QAbstractBarSeries.LabelsPosition)
161 PyQt5.QtChart.QAbstractBarSeries.pressed?4(int, QBarSet)
162 PyQt5.QtChart.QAbstractBarSeries.released?4(int, QBarSet)
163 PyQt5.QtChart.QAbstractBarSeries.doubleClicked?4(int, QBarSet)
164 PyQt5.QtChart.QAbstractBarSeries.setLabelsAngle?4(float)
165 PyQt5.QtChart.QAbstractBarSeries.labelsAngle?4() -> float
166 PyQt5.QtChart.QAbstractBarSeries.labelsAngleChanged?4(float)
167 PyQt5.QtChart.QAbstractBarSeries.setLabelsPrecision?4(int)
168 PyQt5.QtChart.QAbstractBarSeries.labelsPrecision?4() -> int
169 PyQt5.QtChart.QAbstractBarSeries.labelsPrecisionChanged?4(int)
170 PyQt5.QtChart.QLegendMarker.LegendMarkerType?10
171 PyQt5.QtChart.QLegendMarker.LegendMarkerTypeArea?10
172 PyQt5.QtChart.QLegendMarker.LegendMarkerTypeBar?10
173 PyQt5.QtChart.QLegendMarker.LegendMarkerTypePie?10
174 PyQt5.QtChart.QLegendMarker.LegendMarkerTypeXY?10
175 PyQt5.QtChart.QLegendMarker.LegendMarkerTypeBoxPlot?10
176 PyQt5.QtChart.QLegendMarker.LegendMarkerTypeCandlestick?10
177 PyQt5.QtChart.QLegendMarker.type?4() -> QLegendMarker.LegendMarkerType
178 PyQt5.QtChart.QLegendMarker.label?4() -> QString
179 PyQt5.QtChart.QLegendMarker.setLabel?4(QString)
180 PyQt5.QtChart.QLegendMarker.labelBrush?4() -> QBrush
181 PyQt5.QtChart.QLegendMarker.setLabelBrush?4(QBrush)
182 PyQt5.QtChart.QLegendMarker.font?4() -> QFont
183 PyQt5.QtChart.QLegendMarker.setFont?4(QFont)
184 PyQt5.QtChart.QLegendMarker.pen?4() -> QPen
185 PyQt5.QtChart.QLegendMarker.setPen?4(QPen)
186 PyQt5.QtChart.QLegendMarker.brush?4() -> QBrush
187 PyQt5.QtChart.QLegendMarker.setBrush?4(QBrush)
188 PyQt5.QtChart.QLegendMarker.isVisible?4() -> bool
189 PyQt5.QtChart.QLegendMarker.setVisible?4(bool)
190 PyQt5.QtChart.QLegendMarker.series?4() -> QAbstractSeries
191 PyQt5.QtChart.QLegendMarker.clicked?4()
192 PyQt5.QtChart.QLegendMarker.hovered?4(bool)
193 PyQt5.QtChart.QLegendMarker.labelChanged?4()
194 PyQt5.QtChart.QLegendMarker.labelBrushChanged?4()
195 PyQt5.QtChart.QLegendMarker.fontChanged?4()
196 PyQt5.QtChart.QLegendMarker.penChanged?4()
197 PyQt5.QtChart.QLegendMarker.brushChanged?4()
198 PyQt5.QtChart.QLegendMarker.visibleChanged?4()
199 PyQt5.QtChart.QLegendMarker.shape?4() -> QLegend.MarkerShape
200 PyQt5.QtChart.QLegendMarker.setShape?4(QLegend.MarkerShape)
201 PyQt5.QtChart.QLegendMarker.shapeChanged?4()
202 PyQt5.QtChart.QAreaLegendMarker?1(QAreaSeries, QLegend, QObject parent=None)
203 PyQt5.QtChart.QAreaLegendMarker.__init__?1(self, QAreaSeries, QLegend, QObject parent=None)
204 PyQt5.QtChart.QAreaLegendMarker.type?4() -> QLegendMarker.LegendMarkerType
205 PyQt5.QtChart.QAreaLegendMarker.series?4() -> QAreaSeries
206 PyQt5.QtChart.QAreaSeries?1(QObject parent=None)
207 PyQt5.QtChart.QAreaSeries.__init__?1(self, QObject parent=None)
208 PyQt5.QtChart.QAreaSeries?1(QLineSeries, QLineSeries lowerSeries=None)
209 PyQt5.QtChart.QAreaSeries.__init__?1(self, QLineSeries, QLineSeries lowerSeries=None)
210 PyQt5.QtChart.QAreaSeries.type?4() -> QAbstractSeries.SeriesType
211 PyQt5.QtChart.QAreaSeries.setUpperSeries?4(QLineSeries)
212 PyQt5.QtChart.QAreaSeries.upperSeries?4() -> QLineSeries
213 PyQt5.QtChart.QAreaSeries.setLowerSeries?4(QLineSeries)
214 PyQt5.QtChart.QAreaSeries.lowerSeries?4() -> QLineSeries
215 PyQt5.QtChart.QAreaSeries.setPen?4(QPen)
216 PyQt5.QtChart.QAreaSeries.pen?4() -> QPen
217 PyQt5.QtChart.QAreaSeries.setBrush?4(QBrush)
218 PyQt5.QtChart.QAreaSeries.brush?4() -> QBrush
219 PyQt5.QtChart.QAreaSeries.setPointsVisible?4(bool visible=True)
220 PyQt5.QtChart.QAreaSeries.pointsVisible?4() -> bool
221 PyQt5.QtChart.QAreaSeries.setColor?4(QColor)
222 PyQt5.QtChart.QAreaSeries.color?4() -> QColor
223 PyQt5.QtChart.QAreaSeries.setBorderColor?4(QColor)
224 PyQt5.QtChart.QAreaSeries.borderColor?4() -> QColor
225 PyQt5.QtChart.QAreaSeries.borderColorChanged?4(QColor)
226 PyQt5.QtChart.QAreaSeries.colorChanged?4(QColor)
227 PyQt5.QtChart.QAreaSeries.clicked?4(QPointF)
228 PyQt5.QtChart.QAreaSeries.selected?4()
229 PyQt5.QtChart.QAreaSeries.hovered?4(QPointF, bool)
230 PyQt5.QtChart.QAreaSeries.setPointLabelsFormat?4(QString)
231 PyQt5.QtChart.QAreaSeries.pointLabelsFormat?4() -> QString
232 PyQt5.QtChart.QAreaSeries.setPointLabelsVisible?4(bool visible=True)
233 PyQt5.QtChart.QAreaSeries.pointLabelsVisible?4() -> bool
234 PyQt5.QtChart.QAreaSeries.setPointLabelsFont?4(QFont)
235 PyQt5.QtChart.QAreaSeries.pointLabelsFont?4() -> QFont
236 PyQt5.QtChart.QAreaSeries.setPointLabelsColor?4(QColor)
237 PyQt5.QtChart.QAreaSeries.pointLabelsColor?4() -> QColor
238 PyQt5.QtChart.QAreaSeries.pointLabelsFormatChanged?4(QString)
239 PyQt5.QtChart.QAreaSeries.pointLabelsVisibilityChanged?4(bool)
240 PyQt5.QtChart.QAreaSeries.pointLabelsFontChanged?4(QFont)
241 PyQt5.QtChart.QAreaSeries.pointLabelsColorChanged?4(QColor)
242 PyQt5.QtChart.QAreaSeries.pressed?4(QPointF)
243 PyQt5.QtChart.QAreaSeries.released?4(QPointF)
244 PyQt5.QtChart.QAreaSeries.doubleClicked?4(QPointF)
245 PyQt5.QtChart.QAreaSeries.setPointLabelsClipping?4(bool enable=True)
246 PyQt5.QtChart.QAreaSeries.pointLabelsClipping?4() -> bool
247 PyQt5.QtChart.QAreaSeries.pointLabelsClippingChanged?4(bool)
248 PyQt5.QtChart.QBarCategoryAxis?1(QObject parent=None)
249 PyQt5.QtChart.QBarCategoryAxis.__init__?1(self, QObject parent=None)
250 PyQt5.QtChart.QBarCategoryAxis.type?4() -> QAbstractAxis.AxisType
251 PyQt5.QtChart.QBarCategoryAxis.append?4(QStringList)
252 PyQt5.QtChart.QBarCategoryAxis.append?4(QString)
253 PyQt5.QtChart.QBarCategoryAxis.remove?4(QString)
254 PyQt5.QtChart.QBarCategoryAxis.insert?4(int, QString)
255 PyQt5.QtChart.QBarCategoryAxis.replace?4(QString, QString)
256 PyQt5.QtChart.QBarCategoryAxis.clear?4()
257 PyQt5.QtChart.QBarCategoryAxis.setCategories?4(QStringList)
258 PyQt5.QtChart.QBarCategoryAxis.categories?4() -> QStringList
259 PyQt5.QtChart.QBarCategoryAxis.count?4() -> int
260 PyQt5.QtChart.QBarCategoryAxis.at?4(int) -> QString
261 PyQt5.QtChart.QBarCategoryAxis.setMin?4(QString)
262 PyQt5.QtChart.QBarCategoryAxis.min?4() -> QString
263 PyQt5.QtChart.QBarCategoryAxis.setMax?4(QString)
264 PyQt5.QtChart.QBarCategoryAxis.max?4() -> QString
265 PyQt5.QtChart.QBarCategoryAxis.setRange?4(QString, QString)
266 PyQt5.QtChart.QBarCategoryAxis.categoriesChanged?4()
267 PyQt5.QtChart.QBarCategoryAxis.minChanged?4(QString)
268 PyQt5.QtChart.QBarCategoryAxis.maxChanged?4(QString)
269 PyQt5.QtChart.QBarCategoryAxis.rangeChanged?4(QString, QString)
270 PyQt5.QtChart.QBarCategoryAxis.countChanged?4()
271 PyQt5.QtChart.QBarLegendMarker?1(QAbstractBarSeries, QBarSet, QLegend, QObject parent=None)
272 PyQt5.QtChart.QBarLegendMarker.__init__?1(self, QAbstractBarSeries, QBarSet, QLegend, QObject parent=None)
273 PyQt5.QtChart.QBarLegendMarker.type?4() -> QLegendMarker.LegendMarkerType
274 PyQt5.QtChart.QBarLegendMarker.series?4() -> QAbstractBarSeries
275 PyQt5.QtChart.QBarLegendMarker.barset?4() -> QBarSet
276 PyQt5.QtChart.QBarSeries?1(QObject parent=None)
277 PyQt5.QtChart.QBarSeries.__init__?1(self, QObject parent=None)
278 PyQt5.QtChart.QBarSeries.type?4() -> QAbstractSeries.SeriesType
279 PyQt5.QtChart.QBarSet?1(QString, QObject parent=None)
280 PyQt5.QtChart.QBarSet.__init__?1(self, QString, QObject parent=None)
281 PyQt5.QtChart.QBarSet.append?4(float)
282 PyQt5.QtChart.QBarSet.insert?4(int, float)
283 PyQt5.QtChart.QBarSet.replace?4(int, float)
284 PyQt5.QtChart.QBarSet.count?4() -> int
285 PyQt5.QtChart.QBarSet.sum?4() -> float
286 PyQt5.QtChart.QBarSet.setPen?4(QPen)
287 PyQt5.QtChart.QBarSet.pen?4() -> QPen
288 PyQt5.QtChart.QBarSet.setBrush?4(QBrush)
289 PyQt5.QtChart.QBarSet.brush?4() -> QBrush
290 PyQt5.QtChart.QBarSet.setLabelBrush?4(QBrush)
291 PyQt5.QtChart.QBarSet.labelBrush?4() -> QBrush
292 PyQt5.QtChart.QBarSet.setLabelFont?4(QFont)
293 PyQt5.QtChart.QBarSet.labelFont?4() -> QFont
294 PyQt5.QtChart.QBarSet.setLabel?4(QString)
295 PyQt5.QtChart.QBarSet.label?4() -> QString
296 PyQt5.QtChart.QBarSet.append?4(unknown-type)
297 PyQt5.QtChart.QBarSet.remove?4(int, int count=1)
298 PyQt5.QtChart.QBarSet.at?4(int) -> float
299 PyQt5.QtChart.QBarSet.color?4() -> QColor
300 PyQt5.QtChart.QBarSet.setColor?4(QColor)
301 PyQt5.QtChart.QBarSet.borderColor?4() -> QColor
302 PyQt5.QtChart.QBarSet.setBorderColor?4(QColor)
303 PyQt5.QtChart.QBarSet.labelColor?4() -> QColor
304 PyQt5.QtChart.QBarSet.setLabelColor?4(QColor)
305 PyQt5.QtChart.QBarSet.penChanged?4()
306 PyQt5.QtChart.QBarSet.brushChanged?4()
307 PyQt5.QtChart.QBarSet.labelChanged?4()
308 PyQt5.QtChart.QBarSet.labelBrushChanged?4()
309 PyQt5.QtChart.QBarSet.labelFontChanged?4()
310 PyQt5.QtChart.QBarSet.valuesAdded?4(int, int)
311 PyQt5.QtChart.QBarSet.valuesRemoved?4(int, int)
312 PyQt5.QtChart.QBarSet.valueChanged?4(int)
313 PyQt5.QtChart.QBarSet.clicked?4(int)
314 PyQt5.QtChart.QBarSet.hovered?4(bool, int)
315 PyQt5.QtChart.QBarSet.colorChanged?4(QColor)
316 PyQt5.QtChart.QBarSet.borderColorChanged?4(QColor)
317 PyQt5.QtChart.QBarSet.labelColorChanged?4(QColor)
318 PyQt5.QtChart.QBarSet.pressed?4(int)
319 PyQt5.QtChart.QBarSet.released?4(int)
320 PyQt5.QtChart.QBarSet.doubleClicked?4(int)
321 PyQt5.QtChart.QBoxPlotLegendMarker?1(QBoxPlotSeries, QLegend, QObject parent=None)
322 PyQt5.QtChart.QBoxPlotLegendMarker.__init__?1(self, QBoxPlotSeries, QLegend, QObject parent=None)
323 PyQt5.QtChart.QBoxPlotLegendMarker.type?4() -> QLegendMarker.LegendMarkerType
324 PyQt5.QtChart.QBoxPlotLegendMarker.series?4() -> QBoxPlotSeries
325 PyQt5.QtChart.QBoxPlotSeries?1(QObject parent=None)
326 PyQt5.QtChart.QBoxPlotSeries.__init__?1(self, QObject parent=None)
327 PyQt5.QtChart.QBoxPlotSeries.append?4(QBoxSet) -> bool
328 PyQt5.QtChart.QBoxPlotSeries.remove?4(QBoxSet) -> bool
329 PyQt5.QtChart.QBoxPlotSeries.take?4(QBoxSet) -> bool
330 PyQt5.QtChart.QBoxPlotSeries.append?4(unknown-type) -> bool
331 PyQt5.QtChart.QBoxPlotSeries.insert?4(int, QBoxSet) -> bool
332 PyQt5.QtChart.QBoxPlotSeries.count?4() -> int
333 PyQt5.QtChart.QBoxPlotSeries.boxSets?4() -> unknown-type
334 PyQt5.QtChart.QBoxPlotSeries.clear?4()
335 PyQt5.QtChart.QBoxPlotSeries.type?4() -> QAbstractSeries.SeriesType
336 PyQt5.QtChart.QBoxPlotSeries.setBoxOutlineVisible?4(bool)
337 PyQt5.QtChart.QBoxPlotSeries.boxOutlineVisible?4() -> bool
338 PyQt5.QtChart.QBoxPlotSeries.setBoxWidth?4(float)
339 PyQt5.QtChart.QBoxPlotSeries.boxWidth?4() -> float
340 PyQt5.QtChart.QBoxPlotSeries.setBrush?4(QBrush)
341 PyQt5.QtChart.QBoxPlotSeries.brush?4() -> QBrush
342 PyQt5.QtChart.QBoxPlotSeries.setPen?4(QPen)
343 PyQt5.QtChart.QBoxPlotSeries.pen?4() -> QPen
344 PyQt5.QtChart.QBoxPlotSeries.clicked?4(QBoxSet)
345 PyQt5.QtChart.QBoxPlotSeries.hovered?4(bool, QBoxSet)
346 PyQt5.QtChart.QBoxPlotSeries.countChanged?4()
347 PyQt5.QtChart.QBoxPlotSeries.penChanged?4()
348 PyQt5.QtChart.QBoxPlotSeries.brushChanged?4()
349 PyQt5.QtChart.QBoxPlotSeries.boxOutlineVisibilityChanged?4()
350 PyQt5.QtChart.QBoxPlotSeries.boxWidthChanged?4()
351 PyQt5.QtChart.QBoxPlotSeries.boxsetsAdded?4(unknown-type)
352 PyQt5.QtChart.QBoxPlotSeries.boxsetsRemoved?4(unknown-type)
353 PyQt5.QtChart.QBoxPlotSeries.pressed?4(QBoxSet)
354 PyQt5.QtChart.QBoxPlotSeries.released?4(QBoxSet)
355 PyQt5.QtChart.QBoxPlotSeries.doubleClicked?4(QBoxSet)
356 PyQt5.QtChart.QBoxSet.ValuePositions?10
357 PyQt5.QtChart.QBoxSet.LowerExtreme?10
358 PyQt5.QtChart.QBoxSet.LowerQuartile?10
359 PyQt5.QtChart.QBoxSet.Median?10
360 PyQt5.QtChart.QBoxSet.UpperQuartile?10
361 PyQt5.QtChart.QBoxSet.UpperExtreme?10
362 PyQt5.QtChart.QBoxSet?1(QString label='', QObject parent=None)
363 PyQt5.QtChart.QBoxSet.__init__?1(self, QString label='', QObject parent=None)
364 PyQt5.QtChart.QBoxSet?1(float, float, float, float, float, QString label='', QObject parent=None)
365 PyQt5.QtChart.QBoxSet.__init__?1(self, float, float, float, float, float, QString label='', QObject parent=None)
366 PyQt5.QtChart.QBoxSet.append?4(float)
367 PyQt5.QtChart.QBoxSet.append?4(unknown-type)
368 PyQt5.QtChart.QBoxSet.clear?4()
369 PyQt5.QtChart.QBoxSet.setLabel?4(QString)
370 PyQt5.QtChart.QBoxSet.label?4() -> QString
371 PyQt5.QtChart.QBoxSet.setValue?4(int, float)
372 PyQt5.QtChart.QBoxSet.at?4(int) -> float
373 PyQt5.QtChart.QBoxSet.count?4() -> int
374 PyQt5.QtChart.QBoxSet.setPen?4(QPen)
375 PyQt5.QtChart.QBoxSet.pen?4() -> QPen
376 PyQt5.QtChart.QBoxSet.setBrush?4(QBrush)
377 PyQt5.QtChart.QBoxSet.brush?4() -> QBrush
378 PyQt5.QtChart.QBoxSet.clicked?4()
379 PyQt5.QtChart.QBoxSet.hovered?4(bool)
380 PyQt5.QtChart.QBoxSet.penChanged?4()
381 PyQt5.QtChart.QBoxSet.brushChanged?4()
382 PyQt5.QtChart.QBoxSet.valuesChanged?4()
383 PyQt5.QtChart.QBoxSet.valueChanged?4(int)
384 PyQt5.QtChart.QBoxSet.cleared?4()
385 PyQt5.QtChart.QBoxSet.pressed?4()
386 PyQt5.QtChart.QBoxSet.released?4()
387 PyQt5.QtChart.QBoxSet.doubleClicked?4()
388 PyQt5.QtChart.QCandlestickLegendMarker?1(QCandlestickSeries, QLegend, QObject parent=None)
389 PyQt5.QtChart.QCandlestickLegendMarker.__init__?1(self, QCandlestickSeries, QLegend, QObject parent=None)
390 PyQt5.QtChart.QCandlestickLegendMarker.type?4() -> QLegendMarker.LegendMarkerType
391 PyQt5.QtChart.QCandlestickLegendMarker.series?4() -> QCandlestickSeries
392 PyQt5.QtChart.QCandlestickModelMapper?1(QObject parent=None)
393 PyQt5.QtChart.QCandlestickModelMapper.__init__?1(self, QObject parent=None)
394 PyQt5.QtChart.QCandlestickModelMapper.setModel?4(QAbstractItemModel)
395 PyQt5.QtChart.QCandlestickModelMapper.model?4() -> QAbstractItemModel
396 PyQt5.QtChart.QCandlestickModelMapper.setSeries?4(QCandlestickSeries)
397 PyQt5.QtChart.QCandlestickModelMapper.series?4() -> QCandlestickSeries
398 PyQt5.QtChart.QCandlestickModelMapper.orientation?4() -> Qt.Orientation
399 PyQt5.QtChart.QCandlestickModelMapper.modelReplaced?4()
400 PyQt5.QtChart.QCandlestickModelMapper.seriesReplaced?4()
401 PyQt5.QtChart.QCandlestickModelMapper.setTimestamp?4(int)
402 PyQt5.QtChart.QCandlestickModelMapper.timestamp?4() -> int
403 PyQt5.QtChart.QCandlestickModelMapper.setOpen?4(int)
404 PyQt5.QtChart.QCandlestickModelMapper.open?4() -> int
405 PyQt5.QtChart.QCandlestickModelMapper.setHigh?4(int)
406 PyQt5.QtChart.QCandlestickModelMapper.high?4() -> int
407 PyQt5.QtChart.QCandlestickModelMapper.setLow?4(int)
408 PyQt5.QtChart.QCandlestickModelMapper.low?4() -> int
409 PyQt5.QtChart.QCandlestickModelMapper.setClose?4(int)
410 PyQt5.QtChart.QCandlestickModelMapper.close?4() -> int
411 PyQt5.QtChart.QCandlestickModelMapper.setFirstSetSection?4(int)
412 PyQt5.QtChart.QCandlestickModelMapper.firstSetSection?4() -> int
413 PyQt5.QtChart.QCandlestickModelMapper.setLastSetSection?4(int)
414 PyQt5.QtChart.QCandlestickModelMapper.lastSetSection?4() -> int
415 PyQt5.QtChart.QCandlestickSeries?1(QObject parent=None)
416 PyQt5.QtChart.QCandlestickSeries.__init__?1(self, QObject parent=None)
417 PyQt5.QtChart.QCandlestickSeries.append?4(QCandlestickSet) -> bool
418 PyQt5.QtChart.QCandlestickSeries.remove?4(QCandlestickSet) -> bool
419 PyQt5.QtChart.QCandlestickSeries.append?4(unknown-type) -> bool
420 PyQt5.QtChart.QCandlestickSeries.remove?4(unknown-type) -> bool
421 PyQt5.QtChart.QCandlestickSeries.insert?4(int, QCandlestickSet) -> bool
422 PyQt5.QtChart.QCandlestickSeries.take?4(QCandlestickSet) -> bool
423 PyQt5.QtChart.QCandlestickSeries.clear?4()
424 PyQt5.QtChart.QCandlestickSeries.sets?4() -> unknown-type
425 PyQt5.QtChart.QCandlestickSeries.count?4() -> int
426 PyQt5.QtChart.QCandlestickSeries.type?4() -> QAbstractSeries.SeriesType
427 PyQt5.QtChart.QCandlestickSeries.setMaximumColumnWidth?4(float)
428 PyQt5.QtChart.QCandlestickSeries.maximumColumnWidth?4() -> float
429 PyQt5.QtChart.QCandlestickSeries.setMinimumColumnWidth?4(float)
430 PyQt5.QtChart.QCandlestickSeries.minimumColumnWidth?4() -> float
431 PyQt5.QtChart.QCandlestickSeries.setBodyWidth?4(float)
432 PyQt5.QtChart.QCandlestickSeries.bodyWidth?4() -> float
433 PyQt5.QtChart.QCandlestickSeries.setBodyOutlineVisible?4(bool)
434 PyQt5.QtChart.QCandlestickSeries.bodyOutlineVisible?4() -> bool
435 PyQt5.QtChart.QCandlestickSeries.setCapsWidth?4(float)
436 PyQt5.QtChart.QCandlestickSeries.capsWidth?4() -> float
437 PyQt5.QtChart.QCandlestickSeries.setCapsVisible?4(bool)
438 PyQt5.QtChart.QCandlestickSeries.capsVisible?4() -> bool
439 PyQt5.QtChart.QCandlestickSeries.setIncreasingColor?4(QColor)
440 PyQt5.QtChart.QCandlestickSeries.increasingColor?4() -> QColor
441 PyQt5.QtChart.QCandlestickSeries.setDecreasingColor?4(QColor)
442 PyQt5.QtChart.QCandlestickSeries.decreasingColor?4() -> QColor
443 PyQt5.QtChart.QCandlestickSeries.setBrush?4(QBrush)
444 PyQt5.QtChart.QCandlestickSeries.brush?4() -> QBrush
445 PyQt5.QtChart.QCandlestickSeries.setPen?4(QPen)
446 PyQt5.QtChart.QCandlestickSeries.pen?4() -> QPen
447 PyQt5.QtChart.QCandlestickSeries.clicked?4(QCandlestickSet)
448 PyQt5.QtChart.QCandlestickSeries.hovered?4(bool, QCandlestickSet)
449 PyQt5.QtChart.QCandlestickSeries.pressed?4(QCandlestickSet)
450 PyQt5.QtChart.QCandlestickSeries.released?4(QCandlestickSet)
451 PyQt5.QtChart.QCandlestickSeries.doubleClicked?4(QCandlestickSet)
452 PyQt5.QtChart.QCandlestickSeries.candlestickSetsAdded?4(unknown-type)
453 PyQt5.QtChart.QCandlestickSeries.candlestickSetsRemoved?4(unknown-type)
454 PyQt5.QtChart.QCandlestickSeries.countChanged?4()
455 PyQt5.QtChart.QCandlestickSeries.maximumColumnWidthChanged?4()
456 PyQt5.QtChart.QCandlestickSeries.minimumColumnWidthChanged?4()
457 PyQt5.QtChart.QCandlestickSeries.bodyWidthChanged?4()
458 PyQt5.QtChart.QCandlestickSeries.bodyOutlineVisibilityChanged?4()
459 PyQt5.QtChart.QCandlestickSeries.capsWidthChanged?4()
460 PyQt5.QtChart.QCandlestickSeries.capsVisibilityChanged?4()
461 PyQt5.QtChart.QCandlestickSeries.increasingColorChanged?4()
462 PyQt5.QtChart.QCandlestickSeries.decreasingColorChanged?4()
463 PyQt5.QtChart.QCandlestickSeries.brushChanged?4()
464 PyQt5.QtChart.QCandlestickSeries.penChanged?4()
465 PyQt5.QtChart.QCandlestickSet?1(float timestamp=0, QObject parent=None)
466 PyQt5.QtChart.QCandlestickSet.__init__?1(self, float timestamp=0, QObject parent=None)
467 PyQt5.QtChart.QCandlestickSet?1(float, float, float, float, float timestamp=0, QObject parent=None)
468 PyQt5.QtChart.QCandlestickSet.__init__?1(self, float, float, float, float, float timestamp=0, QObject parent=None)
469 PyQt5.QtChart.QCandlestickSet.setTimestamp?4(float)
470 PyQt5.QtChart.QCandlestickSet.timestamp?4() -> float
471 PyQt5.QtChart.QCandlestickSet.setOpen?4(float)
472 PyQt5.QtChart.QCandlestickSet.open?4() -> float
473 PyQt5.QtChart.QCandlestickSet.setHigh?4(float)
474 PyQt5.QtChart.QCandlestickSet.high?4() -> float
475 PyQt5.QtChart.QCandlestickSet.setLow?4(float)
476 PyQt5.QtChart.QCandlestickSet.low?4() -> float
477 PyQt5.QtChart.QCandlestickSet.setClose?4(float)
478 PyQt5.QtChart.QCandlestickSet.close?4() -> float
479 PyQt5.QtChart.QCandlestickSet.setBrush?4(QBrush)
480 PyQt5.QtChart.QCandlestickSet.brush?4() -> QBrush
481 PyQt5.QtChart.QCandlestickSet.setPen?4(QPen)
482 PyQt5.QtChart.QCandlestickSet.pen?4() -> QPen
483 PyQt5.QtChart.QCandlestickSet.clicked?4()
484 PyQt5.QtChart.QCandlestickSet.hovered?4(bool)
485 PyQt5.QtChart.QCandlestickSet.pressed?4()
486 PyQt5.QtChart.QCandlestickSet.released?4()
487 PyQt5.QtChart.QCandlestickSet.doubleClicked?4()
488 PyQt5.QtChart.QCandlestickSet.timestampChanged?4()
489 PyQt5.QtChart.QCandlestickSet.openChanged?4()
490 PyQt5.QtChart.QCandlestickSet.highChanged?4()
491 PyQt5.QtChart.QCandlestickSet.lowChanged?4()
492 PyQt5.QtChart.QCandlestickSet.closeChanged?4()
493 PyQt5.QtChart.QCandlestickSet.brushChanged?4()
494 PyQt5.QtChart.QCandlestickSet.penChanged?4()
495 PyQt5.QtChart.QValueAxis.TickType?10
496 PyQt5.QtChart.QValueAxis.TicksDynamic?10
497 PyQt5.QtChart.QValueAxis.TicksFixed?10
498 PyQt5.QtChart.QValueAxis?1(QObject parent=None)
499 PyQt5.QtChart.QValueAxis.__init__?1(self, QObject parent=None)
500 PyQt5.QtChart.QValueAxis.type?4() -> QAbstractAxis.AxisType
501 PyQt5.QtChart.QValueAxis.setMin?4(float)
502 PyQt5.QtChart.QValueAxis.min?4() -> float
503 PyQt5.QtChart.QValueAxis.setMax?4(float)
504 PyQt5.QtChart.QValueAxis.max?4() -> float
505 PyQt5.QtChart.QValueAxis.setRange?4(float, float)
506 PyQt5.QtChart.QValueAxis.setTickCount?4(int)
507 PyQt5.QtChart.QValueAxis.tickCount?4() -> int
508 PyQt5.QtChart.QValueAxis.setLabelFormat?4(QString)
509 PyQt5.QtChart.QValueAxis.labelFormat?4() -> QString
510 PyQt5.QtChart.QValueAxis.applyNiceNumbers?4()
511 PyQt5.QtChart.QValueAxis.minChanged?4(float)
512 PyQt5.QtChart.QValueAxis.maxChanged?4(float)
513 PyQt5.QtChart.QValueAxis.rangeChanged?4(float, float)
514 PyQt5.QtChart.QValueAxis.tickCountChanged?4(int)
515 PyQt5.QtChart.QValueAxis.labelFormatChanged?4(QString)
516 PyQt5.QtChart.QValueAxis.setMinorTickCount?4(int)
517 PyQt5.QtChart.QValueAxis.minorTickCount?4() -> int
518 PyQt5.QtChart.QValueAxis.minorTickCountChanged?4(int)
519 PyQt5.QtChart.QValueAxis.setTickAnchor?4(float)
520 PyQt5.QtChart.QValueAxis.tickAnchor?4() -> float
521 PyQt5.QtChart.QValueAxis.setTickInterval?4(float)
522 PyQt5.QtChart.QValueAxis.tickInterval?4() -> float
523 PyQt5.QtChart.QValueAxis.setTickType?4(QValueAxis.TickType)
524 PyQt5.QtChart.QValueAxis.tickType?4() -> QValueAxis.TickType
525 PyQt5.QtChart.QValueAxis.tickIntervalChanged?4(float)
526 PyQt5.QtChart.QValueAxis.tickAnchorChanged?4(float)
527 PyQt5.QtChart.QValueAxis.tickTypeChanged?4(QValueAxis.TickType)
528 PyQt5.QtChart.QCategoryAxis.AxisLabelsPosition?10
529 PyQt5.QtChart.QCategoryAxis.AxisLabelsPositionCenter?10
530 PyQt5.QtChart.QCategoryAxis.AxisLabelsPositionOnValue?10
531 PyQt5.QtChart.QCategoryAxis?1(QObject parent=None)
532 PyQt5.QtChart.QCategoryAxis.__init__?1(self, QObject parent=None)
533 PyQt5.QtChart.QCategoryAxis.type?4() -> QAbstractAxis.AxisType
534 PyQt5.QtChart.QCategoryAxis.append?4(QString, float)
535 PyQt5.QtChart.QCategoryAxis.remove?4(QString)
536 PyQt5.QtChart.QCategoryAxis.replaceLabel?4(QString, QString)
537 PyQt5.QtChart.QCategoryAxis.startValue?4(QString categoryLabel='') -> float
538 PyQt5.QtChart.QCategoryAxis.setStartValue?4(float)
539 PyQt5.QtChart.QCategoryAxis.endValue?4(QString) -> float
540 PyQt5.QtChart.QCategoryAxis.categoriesLabels?4() -> QStringList
541 PyQt5.QtChart.QCategoryAxis.count?4() -> int
542 PyQt5.QtChart.QCategoryAxis.categoriesChanged?4()
543 PyQt5.QtChart.QCategoryAxis.labelsPosition?4() -> QCategoryAxis.AxisLabelsPosition
544 PyQt5.QtChart.QCategoryAxis.setLabelsPosition?4(QCategoryAxis.AxisLabelsPosition)
545 PyQt5.QtChart.QCategoryAxis.labelsPositionChanged?4(QCategoryAxis.AxisLabelsPosition)
546 PyQt5.QtChart.QChart.ChartType?10
547 PyQt5.QtChart.QChart.ChartTypeUndefined?10
548 PyQt5.QtChart.QChart.ChartTypeCartesian?10
549 PyQt5.QtChart.QChart.ChartTypePolar?10
550 PyQt5.QtChart.QChart.AnimationOption?10
551 PyQt5.QtChart.QChart.NoAnimation?10
552 PyQt5.QtChart.QChart.GridAxisAnimations?10
553 PyQt5.QtChart.QChart.SeriesAnimations?10
554 PyQt5.QtChart.QChart.AllAnimations?10
555 PyQt5.QtChart.QChart.ChartTheme?10
556 PyQt5.QtChart.QChart.ChartThemeLight?10
557 PyQt5.QtChart.QChart.ChartThemeBlueCerulean?10
558 PyQt5.QtChart.QChart.ChartThemeDark?10
559 PyQt5.QtChart.QChart.ChartThemeBrownSand?10
560 PyQt5.QtChart.QChart.ChartThemeBlueNcs?10
561 PyQt5.QtChart.QChart.ChartThemeHighContrast?10
562 PyQt5.QtChart.QChart.ChartThemeBlueIcy?10
563 PyQt5.QtChart.QChart.ChartThemeQt?10
564 PyQt5.QtChart.QChart?1(QGraphicsItem parent=None, Qt.WindowFlags flags=Qt.WindowFlags())
565 PyQt5.QtChart.QChart.__init__?1(self, QGraphicsItem parent=None, Qt.WindowFlags flags=Qt.WindowFlags())
566 PyQt5.QtChart.QChart.addSeries?4(QAbstractSeries)
567 PyQt5.QtChart.QChart.removeSeries?4(QAbstractSeries)
568 PyQt5.QtChart.QChart.removeAllSeries?4()
569 PyQt5.QtChart.QChart.series?4() -> unknown-type
570 PyQt5.QtChart.QChart.setTheme?4(QChart.ChartTheme)
571 PyQt5.QtChart.QChart.theme?4() -> QChart.ChartTheme
572 PyQt5.QtChart.QChart.setTitle?4(QString)
573 PyQt5.QtChart.QChart.title?4() -> QString
574 PyQt5.QtChart.QChart.setTitleFont?4(QFont)
575 PyQt5.QtChart.QChart.titleFont?4() -> QFont
576 PyQt5.QtChart.QChart.setTitleBrush?4(QBrush)
577 PyQt5.QtChart.QChart.titleBrush?4() -> QBrush
578 PyQt5.QtChart.QChart.setBackgroundBrush?4(QBrush)
579 PyQt5.QtChart.QChart.backgroundBrush?4() -> QBrush
580 PyQt5.QtChart.QChart.setBackgroundPen?4(QPen)
581 PyQt5.QtChart.QChart.backgroundPen?4() -> QPen
582 PyQt5.QtChart.QChart.setBackgroundVisible?4(bool visible=True)
583 PyQt5.QtChart.QChart.isBackgroundVisible?4() -> bool
584 PyQt5.QtChart.QChart.setAnimationOptions?4(QChart.AnimationOptions)
585 PyQt5.QtChart.QChart.animationOptions?4() -> QChart.AnimationOptions
586 PyQt5.QtChart.QChart.zoomIn?4()
587 PyQt5.QtChart.QChart.zoomIn?4(QRectF)
588 PyQt5.QtChart.QChart.zoomOut?4()
589 PyQt5.QtChart.QChart.zoom?4(float)
590 PyQt5.QtChart.QChart.legend?4() -> QLegend
591 PyQt5.QtChart.QChart.setAxisX?4(QAbstractAxis, QAbstractSeries series=None)
592 PyQt5.QtChart.QChart.setAxisY?4(QAbstractAxis, QAbstractSeries series=None)
593 PyQt5.QtChart.QChart.axisX?4(QAbstractSeries series=None) -> QAbstractAxis
594 PyQt5.QtChart.QChart.axisY?4(QAbstractSeries series=None) -> QAbstractAxis
595 PyQt5.QtChart.QChart.createDefaultAxes?4()
596 PyQt5.QtChart.QChart.setDropShadowEnabled?4(bool enabled=True)
597 PyQt5.QtChart.QChart.isDropShadowEnabled?4() -> bool
598 PyQt5.QtChart.QChart.scroll?4(float, float)
599 PyQt5.QtChart.QChart.plotArea?4() -> QRectF
600 PyQt5.QtChart.QChart.addAxis?4(QAbstractAxis, Qt.Alignment)
601 PyQt5.QtChart.QChart.removeAxis?4(QAbstractAxis)
602 PyQt5.QtChart.QChart.axes?4(Qt.Orientations orientation=Qt.Horizontal|Qt.Vertical, QAbstractSeries series=None) -> unknown-type
603 PyQt5.QtChart.QChart.setMargins?4(QMargins)
604 PyQt5.QtChart.QChart.margins?4() -> QMargins
605 PyQt5.QtChart.QChart.mapToValue?4(QPointF, QAbstractSeries series=None) -> QPointF
606 PyQt5.QtChart.QChart.mapToPosition?4(QPointF, QAbstractSeries series=None) -> QPointF
607 PyQt5.QtChart.QChart.setBackgroundRoundness?4(float)
608 PyQt5.QtChart.QChart.backgroundRoundness?4() -> float
609 PyQt5.QtChart.QChart.zoomReset?4()
610 PyQt5.QtChart.QChart.isZoomed?4() -> bool
611 PyQt5.QtChart.QChart.setPlotArea?4(QRectF)
612 PyQt5.QtChart.QChart.setPlotAreaBackgroundBrush?4(QBrush)
613 PyQt5.QtChart.QChart.plotAreaBackgroundBrush?4() -> QBrush
614 PyQt5.QtChart.QChart.setPlotAreaBackgroundPen?4(QPen)
615 PyQt5.QtChart.QChart.plotAreaBackgroundPen?4() -> QPen
616 PyQt5.QtChart.QChart.setPlotAreaBackgroundVisible?4(bool visible=True)
617 PyQt5.QtChart.QChart.isPlotAreaBackgroundVisible?4() -> bool
618 PyQt5.QtChart.QChart.chartType?4() -> QChart.ChartType
619 PyQt5.QtChart.QChart.setLocalizeNumbers?4(bool)
620 PyQt5.QtChart.QChart.localizeNumbers?4() -> bool
621 PyQt5.QtChart.QChart.setLocale?4(QLocale)
622 PyQt5.QtChart.QChart.locale?4() -> QLocale
623 PyQt5.QtChart.QChart.plotAreaChanged?4(QRectF)
624 PyQt5.QtChart.QChart.setAnimationDuration?4(int)
625 PyQt5.QtChart.QChart.animationDuration?4() -> int
626 PyQt5.QtChart.QChart.setAnimationEasingCurve?4(QEasingCurve)
627 PyQt5.QtChart.QChart.animationEasingCurve?4() -> QEasingCurve
628 PyQt5.QtChart.QChart.AnimationOptions?1()
629 PyQt5.QtChart.QChart.AnimationOptions.__init__?1(self)
630 PyQt5.QtChart.QChart.AnimationOptions?1(int)
631 PyQt5.QtChart.QChart.AnimationOptions.__init__?1(self, int)
632 PyQt5.QtChart.QChart.AnimationOptions?1(QChart.AnimationOptions)
633 PyQt5.QtChart.QChart.AnimationOptions.__init__?1(self, QChart.AnimationOptions)
634 PyQt5.QtChart.QChartView.RubberBand?10
635 PyQt5.QtChart.QChartView.NoRubberBand?10
636 PyQt5.QtChart.QChartView.VerticalRubberBand?10
637 PyQt5.QtChart.QChartView.HorizontalRubberBand?10
638 PyQt5.QtChart.QChartView.RectangleRubberBand?10
639 PyQt5.QtChart.QChartView?1(QWidget parent=None)
640 PyQt5.QtChart.QChartView.__init__?1(self, QWidget parent=None)
641 PyQt5.QtChart.QChartView?1(QChart, QWidget parent=None)
642 PyQt5.QtChart.QChartView.__init__?1(self, QChart, QWidget parent=None)
643 PyQt5.QtChart.QChartView.setRubberBand?4(QChartView.RubberBands)
644 PyQt5.QtChart.QChartView.rubberBand?4() -> QChartView.RubberBands
645 PyQt5.QtChart.QChartView.setChart?4(QChart)
646 PyQt5.QtChart.QChartView.chart?4() -> QChart
647 PyQt5.QtChart.QChartView.resizeEvent?4(QResizeEvent)
648 PyQt5.QtChart.QChartView.mousePressEvent?4(QMouseEvent)
649 PyQt5.QtChart.QChartView.mouseMoveEvent?4(QMouseEvent)
650 PyQt5.QtChart.QChartView.mouseReleaseEvent?4(QMouseEvent)
651 PyQt5.QtChart.QChartView.RubberBands?1()
652 PyQt5.QtChart.QChartView.RubberBands.__init__?1(self)
653 PyQt5.QtChart.QChartView.RubberBands?1(int)
654 PyQt5.QtChart.QChartView.RubberBands.__init__?1(self, int)
655 PyQt5.QtChart.QChartView.RubberBands?1(QChartView.RubberBands)
656 PyQt5.QtChart.QChartView.RubberBands.__init__?1(self, QChartView.RubberBands)
657 PyQt5.QtChart.QDateTimeAxis?1(QObject parent=None)
658 PyQt5.QtChart.QDateTimeAxis.__init__?1(self, QObject parent=None)
659 PyQt5.QtChart.QDateTimeAxis.type?4() -> QAbstractAxis.AxisType
660 PyQt5.QtChart.QDateTimeAxis.setMin?4(QDateTime)
661 PyQt5.QtChart.QDateTimeAxis.min?4() -> QDateTime
662 PyQt5.QtChart.QDateTimeAxis.setMax?4(QDateTime)
663 PyQt5.QtChart.QDateTimeAxis.max?4() -> QDateTime
664 PyQt5.QtChart.QDateTimeAxis.setRange?4(QDateTime, QDateTime)
665 PyQt5.QtChart.QDateTimeAxis.setFormat?4(QString)
666 PyQt5.QtChart.QDateTimeAxis.format?4() -> QString
667 PyQt5.QtChart.QDateTimeAxis.setTickCount?4(int)
668 PyQt5.QtChart.QDateTimeAxis.tickCount?4() -> int
669 PyQt5.QtChart.QDateTimeAxis.minChanged?4(QDateTime)
670 PyQt5.QtChart.QDateTimeAxis.maxChanged?4(QDateTime)
671 PyQt5.QtChart.QDateTimeAxis.rangeChanged?4(QDateTime, QDateTime)
672 PyQt5.QtChart.QDateTimeAxis.formatChanged?4(QString)
673 PyQt5.QtChart.QDateTimeAxis.tickCountChanged?4(int)
674 PyQt5.QtChart.QHBarModelMapper?1(QObject parent=None)
675 PyQt5.QtChart.QHBarModelMapper.__init__?1(self, QObject parent=None)
676 PyQt5.QtChart.QHBarModelMapper.firstBarSetRow?4() -> int
677 PyQt5.QtChart.QHBarModelMapper.setFirstBarSetRow?4(int)
678 PyQt5.QtChart.QHBarModelMapper.lastBarSetRow?4() -> int
679 PyQt5.QtChart.QHBarModelMapper.setLastBarSetRow?4(int)
680 PyQt5.QtChart.QHBarModelMapper.model?4() -> QAbstractItemModel
681 PyQt5.QtChart.QHBarModelMapper.setModel?4(QAbstractItemModel)
682 PyQt5.QtChart.QHBarModelMapper.series?4() -> QAbstractBarSeries
683 PyQt5.QtChart.QHBarModelMapper.setSeries?4(QAbstractBarSeries)
684 PyQt5.QtChart.QHBarModelMapper.firstColumn?4() -> int
685 PyQt5.QtChart.QHBarModelMapper.setFirstColumn?4(int)
686 PyQt5.QtChart.QHBarModelMapper.columnCount?4() -> int
687 PyQt5.QtChart.QHBarModelMapper.setColumnCount?4(int)
688 PyQt5.QtChart.QHBarModelMapper.seriesReplaced?4()
689 PyQt5.QtChart.QHBarModelMapper.modelReplaced?4()
690 PyQt5.QtChart.QHBarModelMapper.firstBarSetRowChanged?4()
691 PyQt5.QtChart.QHBarModelMapper.lastBarSetRowChanged?4()
692 PyQt5.QtChart.QHBarModelMapper.firstColumnChanged?4()
693 PyQt5.QtChart.QHBarModelMapper.columnCountChanged?4()
694 PyQt5.QtChart.QHBoxPlotModelMapper?1(QObject parent=None)
695 PyQt5.QtChart.QHBoxPlotModelMapper.__init__?1(self, QObject parent=None)
696 PyQt5.QtChart.QHBoxPlotModelMapper.model?4() -> QAbstractItemModel
697 PyQt5.QtChart.QHBoxPlotModelMapper.setModel?4(QAbstractItemModel)
698 PyQt5.QtChart.QHBoxPlotModelMapper.series?4() -> QBoxPlotSeries
699 PyQt5.QtChart.QHBoxPlotModelMapper.setSeries?4(QBoxPlotSeries)
700 PyQt5.QtChart.QHBoxPlotModelMapper.firstBoxSetRow?4() -> int
701 PyQt5.QtChart.QHBoxPlotModelMapper.setFirstBoxSetRow?4(int)
702 PyQt5.QtChart.QHBoxPlotModelMapper.lastBoxSetRow?4() -> int
703 PyQt5.QtChart.QHBoxPlotModelMapper.setLastBoxSetRow?4(int)
704 PyQt5.QtChart.QHBoxPlotModelMapper.firstColumn?4() -> int
705 PyQt5.QtChart.QHBoxPlotModelMapper.setFirstColumn?4(int)
706 PyQt5.QtChart.QHBoxPlotModelMapper.columnCount?4() -> int
707 PyQt5.QtChart.QHBoxPlotModelMapper.setColumnCount?4(int)
708 PyQt5.QtChart.QHBoxPlotModelMapper.seriesReplaced?4()
709 PyQt5.QtChart.QHBoxPlotModelMapper.modelReplaced?4()
710 PyQt5.QtChart.QHBoxPlotModelMapper.firstBoxSetRowChanged?4()
711 PyQt5.QtChart.QHBoxPlotModelMapper.lastBoxSetRowChanged?4()
712 PyQt5.QtChart.QHBoxPlotModelMapper.firstColumnChanged?4()
713 PyQt5.QtChart.QHBoxPlotModelMapper.columnCountChanged?4()
714 PyQt5.QtChart.QHCandlestickModelMapper?1(QObject parent=None)
715 PyQt5.QtChart.QHCandlestickModelMapper.__init__?1(self, QObject parent=None)
716 PyQt5.QtChart.QHCandlestickModelMapper.orientation?4() -> Qt.Orientation
717 PyQt5.QtChart.QHCandlestickModelMapper.setTimestampColumn?4(int)
718 PyQt5.QtChart.QHCandlestickModelMapper.timestampColumn?4() -> int
719 PyQt5.QtChart.QHCandlestickModelMapper.setOpenColumn?4(int)
720 PyQt5.QtChart.QHCandlestickModelMapper.openColumn?4() -> int
721 PyQt5.QtChart.QHCandlestickModelMapper.setHighColumn?4(int)
722 PyQt5.QtChart.QHCandlestickModelMapper.highColumn?4() -> int
723 PyQt5.QtChart.QHCandlestickModelMapper.setLowColumn?4(int)
724 PyQt5.QtChart.QHCandlestickModelMapper.lowColumn?4() -> int
725 PyQt5.QtChart.QHCandlestickModelMapper.setCloseColumn?4(int)
726 PyQt5.QtChart.QHCandlestickModelMapper.closeColumn?4() -> int
727 PyQt5.QtChart.QHCandlestickModelMapper.setFirstSetRow?4(int)
728 PyQt5.QtChart.QHCandlestickModelMapper.firstSetRow?4() -> int
729 PyQt5.QtChart.QHCandlestickModelMapper.setLastSetRow?4(int)
730 PyQt5.QtChart.QHCandlestickModelMapper.lastSetRow?4() -> int
731 PyQt5.QtChart.QHCandlestickModelMapper.timestampColumnChanged?4()
732 PyQt5.QtChart.QHCandlestickModelMapper.openColumnChanged?4()
733 PyQt5.QtChart.QHCandlestickModelMapper.highColumnChanged?4()
734 PyQt5.QtChart.QHCandlestickModelMapper.lowColumnChanged?4()
735 PyQt5.QtChart.QHCandlestickModelMapper.closeColumnChanged?4()
736 PyQt5.QtChart.QHCandlestickModelMapper.firstSetRowChanged?4()
737 PyQt5.QtChart.QHCandlestickModelMapper.lastSetRowChanged?4()
738 PyQt5.QtChart.QHorizontalBarSeries?1(QObject parent=None)
739 PyQt5.QtChart.QHorizontalBarSeries.__init__?1(self, QObject parent=None)
740 PyQt5.QtChart.QHorizontalBarSeries.type?4() -> QAbstractSeries.SeriesType
741 PyQt5.QtChart.QHorizontalPercentBarSeries?1(QObject parent=None)
742 PyQt5.QtChart.QHorizontalPercentBarSeries.__init__?1(self, QObject parent=None)
743 PyQt5.QtChart.QHorizontalPercentBarSeries.type?4() -> QAbstractSeries.SeriesType
744 PyQt5.QtChart.QHorizontalStackedBarSeries?1(QObject parent=None)
745 PyQt5.QtChart.QHorizontalStackedBarSeries.__init__?1(self, QObject parent=None)
746 PyQt5.QtChart.QHorizontalStackedBarSeries.type?4() -> QAbstractSeries.SeriesType
747 PyQt5.QtChart.QHPieModelMapper?1(QObject parent=None)
748 PyQt5.QtChart.QHPieModelMapper.__init__?1(self, QObject parent=None)
749 PyQt5.QtChart.QHPieModelMapper.valuesRow?4() -> int
750 PyQt5.QtChart.QHPieModelMapper.setValuesRow?4(int)
751 PyQt5.QtChart.QHPieModelMapper.labelsRow?4() -> int
752 PyQt5.QtChart.QHPieModelMapper.setLabelsRow?4(int)
753 PyQt5.QtChart.QHPieModelMapper.model?4() -> QAbstractItemModel
754 PyQt5.QtChart.QHPieModelMapper.setModel?4(QAbstractItemModel)
755 PyQt5.QtChart.QHPieModelMapper.series?4() -> QPieSeries
756 PyQt5.QtChart.QHPieModelMapper.setSeries?4(QPieSeries)
757 PyQt5.QtChart.QHPieModelMapper.firstColumn?4() -> int
758 PyQt5.QtChart.QHPieModelMapper.setFirstColumn?4(int)
759 PyQt5.QtChart.QHPieModelMapper.columnCount?4() -> int
760 PyQt5.QtChart.QHPieModelMapper.setColumnCount?4(int)
761 PyQt5.QtChart.QHPieModelMapper.seriesReplaced?4()
762 PyQt5.QtChart.QHPieModelMapper.modelReplaced?4()
763 PyQt5.QtChart.QHPieModelMapper.valuesRowChanged?4()
764 PyQt5.QtChart.QHPieModelMapper.labelsRowChanged?4()
765 PyQt5.QtChart.QHPieModelMapper.firstColumnChanged?4()
766 PyQt5.QtChart.QHPieModelMapper.columnCountChanged?4()
767 PyQt5.QtChart.QHXYModelMapper?1(QObject parent=None)
768 PyQt5.QtChart.QHXYModelMapper.__init__?1(self, QObject parent=None)
769 PyQt5.QtChart.QHXYModelMapper.xRow?4() -> int
770 PyQt5.QtChart.QHXYModelMapper.setXRow?4(int)
771 PyQt5.QtChart.QHXYModelMapper.yRow?4() -> int
772 PyQt5.QtChart.QHXYModelMapper.setYRow?4(int)
773 PyQt5.QtChart.QHXYModelMapper.model?4() -> QAbstractItemModel
774 PyQt5.QtChart.QHXYModelMapper.setModel?4(QAbstractItemModel)
775 PyQt5.QtChart.QHXYModelMapper.series?4() -> QXYSeries
776 PyQt5.QtChart.QHXYModelMapper.setSeries?4(QXYSeries)
777 PyQt5.QtChart.QHXYModelMapper.firstColumn?4() -> int
778 PyQt5.QtChart.QHXYModelMapper.setFirstColumn?4(int)
779 PyQt5.QtChart.QHXYModelMapper.columnCount?4() -> int
780 PyQt5.QtChart.QHXYModelMapper.setColumnCount?4(int)
781 PyQt5.QtChart.QHXYModelMapper.seriesReplaced?4()
782 PyQt5.QtChart.QHXYModelMapper.modelReplaced?4()
783 PyQt5.QtChart.QHXYModelMapper.xRowChanged?4()
784 PyQt5.QtChart.QHXYModelMapper.yRowChanged?4()
785 PyQt5.QtChart.QHXYModelMapper.firstColumnChanged?4()
786 PyQt5.QtChart.QHXYModelMapper.columnCountChanged?4()
787 PyQt5.QtChart.QLegend.MarkerShape?10
788 PyQt5.QtChart.QLegend.MarkerShapeDefault?10
789 PyQt5.QtChart.QLegend.MarkerShapeRectangle?10
790 PyQt5.QtChart.QLegend.MarkerShapeCircle?10
791 PyQt5.QtChart.QLegend.MarkerShapeFromSeries?10
792 PyQt5.QtChart.QLegend.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget widget=None)
793 PyQt5.QtChart.QLegend.setBrush?4(QBrush)
794 PyQt5.QtChart.QLegend.brush?4() -> QBrush
795 PyQt5.QtChart.QLegend.setPen?4(QPen)
796 PyQt5.QtChart.QLegend.pen?4() -> QPen
797 PyQt5.QtChart.QLegend.setAlignment?4(Qt.Alignment)
798 PyQt5.QtChart.QLegend.alignment?4() -> Qt.Alignment
799 PyQt5.QtChart.QLegend.detachFromChart?4()
800 PyQt5.QtChart.QLegend.attachToChart?4()
801 PyQt5.QtChart.QLegend.isAttachedToChart?4() -> bool
802 PyQt5.QtChart.QLegend.setBackgroundVisible?4(bool visible=True)
803 PyQt5.QtChart.QLegend.isBackgroundVisible?4() -> bool
804 PyQt5.QtChart.QLegend.setColor?4(QColor)
805 PyQt5.QtChart.QLegend.color?4() -> QColor
806 PyQt5.QtChart.QLegend.setBorderColor?4(QColor)
807 PyQt5.QtChart.QLegend.borderColor?4() -> QColor
808 PyQt5.QtChart.QLegend.setFont?4(QFont)
809 PyQt5.QtChart.QLegend.font?4() -> QFont
810 PyQt5.QtChart.QLegend.setLabelBrush?4(QBrush)
811 PyQt5.QtChart.QLegend.labelBrush?4() -> QBrush
812 PyQt5.QtChart.QLegend.setLabelColor?4(QColor)
813 PyQt5.QtChart.QLegend.labelColor?4() -> QColor
814 PyQt5.QtChart.QLegend.markers?4(QAbstractSeries series=None) -> unknown-type
815 PyQt5.QtChart.QLegend.backgroundVisibleChanged?4(bool)
816 PyQt5.QtChart.QLegend.colorChanged?4(QColor)
817 PyQt5.QtChart.QLegend.borderColorChanged?4(QColor)
818 PyQt5.QtChart.QLegend.fontChanged?4(QFont)
819 PyQt5.QtChart.QLegend.labelColorChanged?4(QColor)
820 PyQt5.QtChart.QLegend.hideEvent?4(QHideEvent)
821 PyQt5.QtChart.QLegend.showEvent?4(QShowEvent)
822 PyQt5.QtChart.QLegend.reverseMarkers?4() -> bool
823 PyQt5.QtChart.QLegend.setReverseMarkers?4(bool reverseMarkers=True)
824 PyQt5.QtChart.QLegend.reverseMarkersChanged?4(bool)
825 PyQt5.QtChart.QLegend.showToolTips?4() -> bool
826 PyQt5.QtChart.QLegend.setShowToolTips?4(bool)
827 PyQt5.QtChart.QLegend.showToolTipsChanged?4(bool)
828 PyQt5.QtChart.QLegend.markerShape?4() -> QLegend.MarkerShape
829 PyQt5.QtChart.QLegend.setMarkerShape?4(QLegend.MarkerShape)
830 PyQt5.QtChart.QLegend.markerShapeChanged?4(QLegend.MarkerShape)
831 PyQt5.QtChart.QXYSeries.append?4(float, float)
832 PyQt5.QtChart.QXYSeries.append?4(QPointF)
833 PyQt5.QtChart.QXYSeries.append?4(unknown-type)
834 PyQt5.QtChart.QXYSeries.replace?4(float, float, float, float)
835 PyQt5.QtChart.QXYSeries.replace?4(QPointF, QPointF)
836 PyQt5.QtChart.QXYSeries.replace?4(unknown-type)
837 PyQt5.QtChart.QXYSeries.replace?4(int, float, float)
838 PyQt5.QtChart.QXYSeries.replace?4(int, QPointF)
839 PyQt5.QtChart.QXYSeries.remove?4(float, float)
840 PyQt5.QtChart.QXYSeries.remove?4(QPointF)
841 PyQt5.QtChart.QXYSeries.remove?4(int)
842 PyQt5.QtChart.QXYSeries.insert?4(int, QPointF)
843 PyQt5.QtChart.QXYSeries.clear?4()
844 PyQt5.QtChart.QXYSeries.count?4() -> int
845 PyQt5.QtChart.QXYSeries.setPen?4(QPen)
846 PyQt5.QtChart.QXYSeries.pen?4() -> QPen
847 PyQt5.QtChart.QXYSeries.setBrush?4(QBrush)
848 PyQt5.QtChart.QXYSeries.brush?4() -> QBrush
849 PyQt5.QtChart.QXYSeries.setColor?4(QColor)
850 PyQt5.QtChart.QXYSeries.color?4() -> QColor
851 PyQt5.QtChart.QXYSeries.setPointsVisible?4(bool visible=True)
852 PyQt5.QtChart.QXYSeries.pointsVisible?4() -> bool
853 PyQt5.QtChart.QXYSeries.at?4(int) -> QPointF
854 PyQt5.QtChart.QXYSeries.clicked?4(QPointF)
855 PyQt5.QtChart.QXYSeries.colorChanged?4(QColor)
856 PyQt5.QtChart.QXYSeries.pointReplaced?4(int)
857 PyQt5.QtChart.QXYSeries.pointRemoved?4(int)
858 PyQt5.QtChart.QXYSeries.pointAdded?4(int)
859 PyQt5.QtChart.QXYSeries.pointsReplaced?4()
860 PyQt5.QtChart.QXYSeries.hovered?4(QPointF, bool)
861 PyQt5.QtChart.QXYSeries.setPointLabelsFormat?4(QString)
862 PyQt5.QtChart.QXYSeries.pointLabelsFormat?4() -> QString
863 PyQt5.QtChart.QXYSeries.setPointLabelsVisible?4(bool visible=True)
864 PyQt5.QtChart.QXYSeries.pointLabelsVisible?4() -> bool
865 PyQt5.QtChart.QXYSeries.setPointLabelsFont?4(QFont)
866 PyQt5.QtChart.QXYSeries.pointLabelsFont?4() -> QFont
867 PyQt5.QtChart.QXYSeries.setPointLabelsColor?4(QColor)
868 PyQt5.QtChart.QXYSeries.pointLabelsColor?4() -> QColor
869 PyQt5.QtChart.QXYSeries.pointLabelsFormatChanged?4(QString)
870 PyQt5.QtChart.QXYSeries.pointLabelsVisibilityChanged?4(bool)
871 PyQt5.QtChart.QXYSeries.pointLabelsFontChanged?4(QFont)
872 PyQt5.QtChart.QXYSeries.pointLabelsColorChanged?4(QColor)
873 PyQt5.QtChart.QXYSeries.pressed?4(QPointF)
874 PyQt5.QtChart.QXYSeries.released?4(QPointF)
875 PyQt5.QtChart.QXYSeries.doubleClicked?4(QPointF)
876 PyQt5.QtChart.QXYSeries.removePoints?4(int, int)
877 PyQt5.QtChart.QXYSeries.pointsVector?4() -> unknown-type
878 PyQt5.QtChart.QXYSeries.setPointLabelsClipping?4(bool enable=True)
879 PyQt5.QtChart.QXYSeries.pointLabelsClipping?4() -> bool
880 PyQt5.QtChart.QXYSeries.pointLabelsClippingChanged?4(bool)
881 PyQt5.QtChart.QXYSeries.pointsRemoved?4(int, int)
882 PyQt5.QtChart.QXYSeries.penChanged?4(QPen)
883 PyQt5.QtChart.QLineSeries?1(QObject parent=None)
884 PyQt5.QtChart.QLineSeries.__init__?1(self, QObject parent=None)
885 PyQt5.QtChart.QLineSeries.type?4() -> QAbstractSeries.SeriesType
886 PyQt5.QtChart.QLogValueAxis?1(QObject parent=None)
887 PyQt5.QtChart.QLogValueAxis.__init__?1(self, QObject parent=None)
888 PyQt5.QtChart.QLogValueAxis.type?4() -> QAbstractAxis.AxisType
889 PyQt5.QtChart.QLogValueAxis.setMin?4(float)
890 PyQt5.QtChart.QLogValueAxis.min?4() -> float
891 PyQt5.QtChart.QLogValueAxis.setMax?4(float)
892 PyQt5.QtChart.QLogValueAxis.max?4() -> float
893 PyQt5.QtChart.QLogValueAxis.setRange?4(float, float)
894 PyQt5.QtChart.QLogValueAxis.setLabelFormat?4(QString)
895 PyQt5.QtChart.QLogValueAxis.labelFormat?4() -> QString
896 PyQt5.QtChart.QLogValueAxis.setBase?4(float)
897 PyQt5.QtChart.QLogValueAxis.base?4() -> float
898 PyQt5.QtChart.QLogValueAxis.minChanged?4(float)
899 PyQt5.QtChart.QLogValueAxis.maxChanged?4(float)
900 PyQt5.QtChart.QLogValueAxis.rangeChanged?4(float, float)
901 PyQt5.QtChart.QLogValueAxis.labelFormatChanged?4(QString)
902 PyQt5.QtChart.QLogValueAxis.baseChanged?4(float)
903 PyQt5.QtChart.QLogValueAxis.tickCount?4() -> int
904 PyQt5.QtChart.QLogValueAxis.setMinorTickCount?4(int)
905 PyQt5.QtChart.QLogValueAxis.minorTickCount?4() -> int
906 PyQt5.QtChart.QLogValueAxis.tickCountChanged?4(int)
907 PyQt5.QtChart.QLogValueAxis.minorTickCountChanged?4(int)
908 PyQt5.QtChart.QPercentBarSeries?1(QObject parent=None)
909 PyQt5.QtChart.QPercentBarSeries.__init__?1(self, QObject parent=None)
910 PyQt5.QtChart.QPercentBarSeries.type?4() -> QAbstractSeries.SeriesType
911 PyQt5.QtChart.QPieLegendMarker?1(QPieSeries, QPieSlice, QLegend, QObject parent=None)
912 PyQt5.QtChart.QPieLegendMarker.__init__?1(self, QPieSeries, QPieSlice, QLegend, QObject parent=None)
913 PyQt5.QtChart.QPieLegendMarker.type?4() -> QLegendMarker.LegendMarkerType
914 PyQt5.QtChart.QPieLegendMarker.series?4() -> QPieSeries
915 PyQt5.QtChart.QPieLegendMarker.slice?4() -> QPieSlice
916 PyQt5.QtChart.QPieSeries?1(QObject parent=None)
917 PyQt5.QtChart.QPieSeries.__init__?1(self, QObject parent=None)
918 PyQt5.QtChart.QPieSeries.type?4() -> QAbstractSeries.SeriesType
919 PyQt5.QtChart.QPieSeries.append?4(QPieSlice) -> bool
920 PyQt5.QtChart.QPieSeries.append?4(unknown-type) -> bool
921 PyQt5.QtChart.QPieSeries.append?4(QString, float) -> QPieSlice
922 PyQt5.QtChart.QPieSeries.insert?4(int, QPieSlice) -> bool
923 PyQt5.QtChart.QPieSeries.remove?4(QPieSlice) -> bool
924 PyQt5.QtChart.QPieSeries.clear?4()
925 PyQt5.QtChart.QPieSeries.slices?4() -> unknown-type
926 PyQt5.QtChart.QPieSeries.count?4() -> int
927 PyQt5.QtChart.QPieSeries.isEmpty?4() -> bool
928 PyQt5.QtChart.QPieSeries.sum?4() -> float
929 PyQt5.QtChart.QPieSeries.setHorizontalPosition?4(float)
930 PyQt5.QtChart.QPieSeries.horizontalPosition?4() -> float
931 PyQt5.QtChart.QPieSeries.setVerticalPosition?4(float)
932 PyQt5.QtChart.QPieSeries.verticalPosition?4() -> float
933 PyQt5.QtChart.QPieSeries.setPieSize?4(float)
934 PyQt5.QtChart.QPieSeries.pieSize?4() -> float
935 PyQt5.QtChart.QPieSeries.setPieStartAngle?4(float)
936 PyQt5.QtChart.QPieSeries.pieStartAngle?4() -> float
937 PyQt5.QtChart.QPieSeries.setPieEndAngle?4(float)
938 PyQt5.QtChart.QPieSeries.pieEndAngle?4() -> float
939 PyQt5.QtChart.QPieSeries.setLabelsVisible?4(bool visible=True)
940 PyQt5.QtChart.QPieSeries.added?4(unknown-type)
941 PyQt5.QtChart.QPieSeries.removed?4(unknown-type)
942 PyQt5.QtChart.QPieSeries.clicked?4(QPieSlice)
943 PyQt5.QtChart.QPieSeries.hovered?4(QPieSlice, bool)
944 PyQt5.QtChart.QPieSeries.countChanged?4()
945 PyQt5.QtChart.QPieSeries.sumChanged?4()
946 PyQt5.QtChart.QPieSeries.take?4(QPieSlice) -> bool
947 PyQt5.QtChart.QPieSeries.setHoleSize?4(float)
948 PyQt5.QtChart.QPieSeries.holeSize?4() -> float
949 PyQt5.QtChart.QPieSeries.setLabelsPosition?4(QPieSlice.LabelPosition)
950 PyQt5.QtChart.QPieSeries.pressed?4(QPieSlice)
951 PyQt5.QtChart.QPieSeries.released?4(QPieSlice)
952 PyQt5.QtChart.QPieSeries.doubleClicked?4(QPieSlice)
953 PyQt5.QtChart.QPieSlice.LabelPosition?10
954 PyQt5.QtChart.QPieSlice.LabelOutside?10
955 PyQt5.QtChart.QPieSlice.LabelInsideHorizontal?10
956 PyQt5.QtChart.QPieSlice.LabelInsideTangential?10
957 PyQt5.QtChart.QPieSlice.LabelInsideNormal?10
958 PyQt5.QtChart.QPieSlice?1(QObject parent=None)
959 PyQt5.QtChart.QPieSlice.__init__?1(self, QObject parent=None)
960 PyQt5.QtChart.QPieSlice?1(QString, float, QObject parent=None)
961 PyQt5.QtChart.QPieSlice.__init__?1(self, QString, float, QObject parent=None)
962 PyQt5.QtChart.QPieSlice.setLabel?4(QString)
963 PyQt5.QtChart.QPieSlice.label?4() -> QString
964 PyQt5.QtChart.QPieSlice.setValue?4(float)
965 PyQt5.QtChart.QPieSlice.value?4() -> float
966 PyQt5.QtChart.QPieSlice.setLabelVisible?4(bool visible=True)
967 PyQt5.QtChart.QPieSlice.isLabelVisible?4() -> bool
968 PyQt5.QtChart.QPieSlice.setExploded?4(bool exploded=True)
969 PyQt5.QtChart.QPieSlice.isExploded?4() -> bool
970 PyQt5.QtChart.QPieSlice.setPen?4(QPen)
971 PyQt5.QtChart.QPieSlice.pen?4() -> QPen
972 PyQt5.QtChart.QPieSlice.borderColor?4() -> QColor
973 PyQt5.QtChart.QPieSlice.setBorderColor?4(QColor)
974 PyQt5.QtChart.QPieSlice.borderWidth?4() -> int
975 PyQt5.QtChart.QPieSlice.setBorderWidth?4(int)
976 PyQt5.QtChart.QPieSlice.setBrush?4(QBrush)
977 PyQt5.QtChart.QPieSlice.brush?4() -> QBrush
978 PyQt5.QtChart.QPieSlice.color?4() -> QColor
979 PyQt5.QtChart.QPieSlice.setColor?4(QColor)
980 PyQt5.QtChart.QPieSlice.setLabelBrush?4(QBrush)
981 PyQt5.QtChart.QPieSlice.labelBrush?4() -> QBrush
982 PyQt5.QtChart.QPieSlice.labelColor?4() -> QColor
983 PyQt5.QtChart.QPieSlice.setLabelColor?4(QColor)
984 PyQt5.QtChart.QPieSlice.setLabelFont?4(QFont)
985 PyQt5.QtChart.QPieSlice.labelFont?4() -> QFont
986 PyQt5.QtChart.QPieSlice.setLabelArmLengthFactor?4(float)
987 PyQt5.QtChart.QPieSlice.labelArmLengthFactor?4() -> float
988 PyQt5.QtChart.QPieSlice.setExplodeDistanceFactor?4(float)
989 PyQt5.QtChart.QPieSlice.explodeDistanceFactor?4() -> float
990 PyQt5.QtChart.QPieSlice.percentage?4() -> float
991 PyQt5.QtChart.QPieSlice.startAngle?4() -> float
992 PyQt5.QtChart.QPieSlice.angleSpan?4() -> float
993 PyQt5.QtChart.QPieSlice.series?4() -> QPieSeries
994 PyQt5.QtChart.QPieSlice.labelPosition?4() -> QPieSlice.LabelPosition
995 PyQt5.QtChart.QPieSlice.setLabelPosition?4(QPieSlice.LabelPosition)
996 PyQt5.QtChart.QPieSlice.labelChanged?4()
997 PyQt5.QtChart.QPieSlice.valueChanged?4()
998 PyQt5.QtChart.QPieSlice.labelVisibleChanged?4()
999 PyQt5.QtChart.QPieSlice.penChanged?4()
1000 PyQt5.QtChart.QPieSlice.brushChanged?4()
1001 PyQt5.QtChart.QPieSlice.labelBrushChanged?4()
1002 PyQt5.QtChart.QPieSlice.labelFontChanged?4()
1003 PyQt5.QtChart.QPieSlice.percentageChanged?4()
1004 PyQt5.QtChart.QPieSlice.startAngleChanged?4()
1005 PyQt5.QtChart.QPieSlice.angleSpanChanged?4()
1006 PyQt5.QtChart.QPieSlice.colorChanged?4()
1007 PyQt5.QtChart.QPieSlice.borderColorChanged?4()
1008 PyQt5.QtChart.QPieSlice.borderWidthChanged?4()
1009 PyQt5.QtChart.QPieSlice.labelColorChanged?4()
1010 PyQt5.QtChart.QPieSlice.clicked?4()
1011 PyQt5.QtChart.QPieSlice.hovered?4(bool)
1012 PyQt5.QtChart.QPieSlice.pressed?4()
1013 PyQt5.QtChart.QPieSlice.released?4()
1014 PyQt5.QtChart.QPieSlice.doubleClicked?4()
1015 PyQt5.QtChart.QPolarChart.PolarOrientation?10
1016 PyQt5.QtChart.QPolarChart.PolarOrientationRadial?10
1017 PyQt5.QtChart.QPolarChart.PolarOrientationAngular?10
1018 PyQt5.QtChart.QPolarChart?1(QGraphicsItem parent=None, Qt.WindowFlags flags=Qt.WindowFlags())
1019 PyQt5.QtChart.QPolarChart.__init__?1(self, QGraphicsItem parent=None, Qt.WindowFlags flags=Qt.WindowFlags())
1020 PyQt5.QtChart.QPolarChart.addAxis?4(QAbstractAxis, QPolarChart.PolarOrientation)
1021 PyQt5.QtChart.QPolarChart.axes?4(QPolarChart.PolarOrientations polarOrientation=QFlags<QtCharts.QPolarChart.PolarOrientation>(QFlag(3)), QAbstractSeries series=None) -> unknown-type
1022 PyQt5.QtChart.QPolarChart.axisPolarOrientation?4(QAbstractAxis) -> QPolarChart.PolarOrientation
1023 PyQt5.QtChart.QPolarChart.PolarOrientations?1()
1024 PyQt5.QtChart.QPolarChart.PolarOrientations.__init__?1(self)
1025 PyQt5.QtChart.QPolarChart.PolarOrientations?1(int)
1026 PyQt5.QtChart.QPolarChart.PolarOrientations.__init__?1(self, int)
1027 PyQt5.QtChart.QPolarChart.PolarOrientations?1(QPolarChart.PolarOrientations)
1028 PyQt5.QtChart.QPolarChart.PolarOrientations.__init__?1(self, QPolarChart.PolarOrientations)
1029 PyQt5.QtChart.QScatterSeries.MarkerShape?10
1030 PyQt5.QtChart.QScatterSeries.MarkerShapeCircle?10
1031 PyQt5.QtChart.QScatterSeries.MarkerShapeRectangle?10
1032 PyQt5.QtChart.QScatterSeries?1(QObject parent=None)
1033 PyQt5.QtChart.QScatterSeries.__init__?1(self, QObject parent=None)
1034 PyQt5.QtChart.QScatterSeries.type?4() -> QAbstractSeries.SeriesType
1035 PyQt5.QtChart.QScatterSeries.markerShape?4() -> QScatterSeries.MarkerShape
1036 PyQt5.QtChart.QScatterSeries.setMarkerShape?4(QScatterSeries.MarkerShape)
1037 PyQt5.QtChart.QScatterSeries.markerSize?4() -> float
1038 PyQt5.QtChart.QScatterSeries.setMarkerSize?4(float)
1039 PyQt5.QtChart.QScatterSeries.setPen?4(QPen)
1040 PyQt5.QtChart.QScatterSeries.brush?4() -> QBrush
1041 PyQt5.QtChart.QScatterSeries.setBrush?4(QBrush)
1042 PyQt5.QtChart.QScatterSeries.setColor?4(QColor)
1043 PyQt5.QtChart.QScatterSeries.color?4() -> QColor
1044 PyQt5.QtChart.QScatterSeries.setBorderColor?4(QColor)
1045 PyQt5.QtChart.QScatterSeries.borderColor?4() -> QColor
1046 PyQt5.QtChart.QScatterSeries.colorChanged?4(QColor)
1047 PyQt5.QtChart.QScatterSeries.borderColorChanged?4(QColor)
1048 PyQt5.QtChart.QScatterSeries.markerShapeChanged?4(QScatterSeries.MarkerShape)
1049 PyQt5.QtChart.QScatterSeries.markerSizeChanged?4(float)
1050 PyQt5.QtChart.QSplineSeries?1(QObject parent=None)
1051 PyQt5.QtChart.QSplineSeries.__init__?1(self, QObject parent=None)
1052 PyQt5.QtChart.QSplineSeries.type?4() -> QAbstractSeries.SeriesType
1053 PyQt5.QtChart.QStackedBarSeries?1(QObject parent=None)
1054 PyQt5.QtChart.QStackedBarSeries.__init__?1(self, QObject parent=None)
1055 PyQt5.QtChart.QStackedBarSeries.type?4() -> QAbstractSeries.SeriesType
1056 PyQt5.QtChart.QVBarModelMapper?1(QObject parent=None)
1057 PyQt5.QtChart.QVBarModelMapper.__init__?1(self, QObject parent=None)
1058 PyQt5.QtChart.QVBarModelMapper.firstBarSetColumn?4() -> int
1059 PyQt5.QtChart.QVBarModelMapper.setFirstBarSetColumn?4(int)
1060 PyQt5.QtChart.QVBarModelMapper.lastBarSetColumn?4() -> int
1061 PyQt5.QtChart.QVBarModelMapper.setLastBarSetColumn?4(int)
1062 PyQt5.QtChart.QVBarModelMapper.model?4() -> QAbstractItemModel
1063 PyQt5.QtChart.QVBarModelMapper.setModel?4(QAbstractItemModel)
1064 PyQt5.QtChart.QVBarModelMapper.series?4() -> QAbstractBarSeries
1065 PyQt5.QtChart.QVBarModelMapper.setSeries?4(QAbstractBarSeries)
1066 PyQt5.QtChart.QVBarModelMapper.firstRow?4() -> int
1067 PyQt5.QtChart.QVBarModelMapper.setFirstRow?4(int)
1068 PyQt5.QtChart.QVBarModelMapper.rowCount?4() -> int
1069 PyQt5.QtChart.QVBarModelMapper.setRowCount?4(int)
1070 PyQt5.QtChart.QVBarModelMapper.seriesReplaced?4()
1071 PyQt5.QtChart.QVBarModelMapper.modelReplaced?4()
1072 PyQt5.QtChart.QVBarModelMapper.firstBarSetColumnChanged?4()
1073 PyQt5.QtChart.QVBarModelMapper.lastBarSetColumnChanged?4()
1074 PyQt5.QtChart.QVBarModelMapper.firstRowChanged?4()
1075 PyQt5.QtChart.QVBarModelMapper.rowCountChanged?4()
1076 PyQt5.QtChart.QVBoxPlotModelMapper?1(QObject parent=None)
1077 PyQt5.QtChart.QVBoxPlotModelMapper.__init__?1(self, QObject parent=None)
1078 PyQt5.QtChart.QVBoxPlotModelMapper.model?4() -> QAbstractItemModel
1079 PyQt5.QtChart.QVBoxPlotModelMapper.setModel?4(QAbstractItemModel)
1080 PyQt5.QtChart.QVBoxPlotModelMapper.series?4() -> QBoxPlotSeries
1081 PyQt5.QtChart.QVBoxPlotModelMapper.setSeries?4(QBoxPlotSeries)
1082 PyQt5.QtChart.QVBoxPlotModelMapper.firstBoxSetColumn?4() -> int
1083 PyQt5.QtChart.QVBoxPlotModelMapper.setFirstBoxSetColumn?4(int)
1084 PyQt5.QtChart.QVBoxPlotModelMapper.lastBoxSetColumn?4() -> int
1085 PyQt5.QtChart.QVBoxPlotModelMapper.setLastBoxSetColumn?4(int)
1086 PyQt5.QtChart.QVBoxPlotModelMapper.firstRow?4() -> int
1087 PyQt5.QtChart.QVBoxPlotModelMapper.setFirstRow?4(int)
1088 PyQt5.QtChart.QVBoxPlotModelMapper.rowCount?4() -> int
1089 PyQt5.QtChart.QVBoxPlotModelMapper.setRowCount?4(int)
1090 PyQt5.QtChart.QVBoxPlotModelMapper.seriesReplaced?4()
1091 PyQt5.QtChart.QVBoxPlotModelMapper.modelReplaced?4()
1092 PyQt5.QtChart.QVBoxPlotModelMapper.firstBoxSetColumnChanged?4()
1093 PyQt5.QtChart.QVBoxPlotModelMapper.lastBoxSetColumnChanged?4()
1094 PyQt5.QtChart.QVBoxPlotModelMapper.firstRowChanged?4()
1095 PyQt5.QtChart.QVBoxPlotModelMapper.rowCountChanged?4()
1096 PyQt5.QtChart.QVCandlestickModelMapper?1(QObject parent=None)
1097 PyQt5.QtChart.QVCandlestickModelMapper.__init__?1(self, QObject parent=None)
1098 PyQt5.QtChart.QVCandlestickModelMapper.orientation?4() -> Qt.Orientation
1099 PyQt5.QtChart.QVCandlestickModelMapper.setTimestampRow?4(int)
1100 PyQt5.QtChart.QVCandlestickModelMapper.timestampRow?4() -> int
1101 PyQt5.QtChart.QVCandlestickModelMapper.setOpenRow?4(int)
1102 PyQt5.QtChart.QVCandlestickModelMapper.openRow?4() -> int
1103 PyQt5.QtChart.QVCandlestickModelMapper.setHighRow?4(int)
1104 PyQt5.QtChart.QVCandlestickModelMapper.highRow?4() -> int
1105 PyQt5.QtChart.QVCandlestickModelMapper.setLowRow?4(int)
1106 PyQt5.QtChart.QVCandlestickModelMapper.lowRow?4() -> int
1107 PyQt5.QtChart.QVCandlestickModelMapper.setCloseRow?4(int)
1108 PyQt5.QtChart.QVCandlestickModelMapper.closeRow?4() -> int
1109 PyQt5.QtChart.QVCandlestickModelMapper.setFirstSetColumn?4(int)
1110 PyQt5.QtChart.QVCandlestickModelMapper.firstSetColumn?4() -> int
1111 PyQt5.QtChart.QVCandlestickModelMapper.setLastSetColumn?4(int)
1112 PyQt5.QtChart.QVCandlestickModelMapper.lastSetColumn?4() -> int
1113 PyQt5.QtChart.QVCandlestickModelMapper.timestampRowChanged?4()
1114 PyQt5.QtChart.QVCandlestickModelMapper.openRowChanged?4()
1115 PyQt5.QtChart.QVCandlestickModelMapper.highRowChanged?4()
1116 PyQt5.QtChart.QVCandlestickModelMapper.lowRowChanged?4()
1117 PyQt5.QtChart.QVCandlestickModelMapper.closeRowChanged?4()
1118 PyQt5.QtChart.QVCandlestickModelMapper.firstSetColumnChanged?4()
1119 PyQt5.QtChart.QVCandlestickModelMapper.lastSetColumnChanged?4()
1120 PyQt5.QtChart.QVPieModelMapper?1(QObject parent=None)
1121 PyQt5.QtChart.QVPieModelMapper.__init__?1(self, QObject parent=None)
1122 PyQt5.QtChart.QVPieModelMapper.valuesColumn?4() -> int
1123 PyQt5.QtChart.QVPieModelMapper.setValuesColumn?4(int)
1124 PyQt5.QtChart.QVPieModelMapper.labelsColumn?4() -> int
1125 PyQt5.QtChart.QVPieModelMapper.setLabelsColumn?4(int)
1126 PyQt5.QtChart.QVPieModelMapper.model?4() -> QAbstractItemModel
1127 PyQt5.QtChart.QVPieModelMapper.setModel?4(QAbstractItemModel)
1128 PyQt5.QtChart.QVPieModelMapper.series?4() -> QPieSeries
1129 PyQt5.QtChart.QVPieModelMapper.setSeries?4(QPieSeries)
1130 PyQt5.QtChart.QVPieModelMapper.firstRow?4() -> int
1131 PyQt5.QtChart.QVPieModelMapper.setFirstRow?4(int)
1132 PyQt5.QtChart.QVPieModelMapper.rowCount?4() -> int
1133 PyQt5.QtChart.QVPieModelMapper.setRowCount?4(int)
1134 PyQt5.QtChart.QVPieModelMapper.seriesReplaced?4()
1135 PyQt5.QtChart.QVPieModelMapper.modelReplaced?4()
1136 PyQt5.QtChart.QVPieModelMapper.valuesColumnChanged?4()
1137 PyQt5.QtChart.QVPieModelMapper.labelsColumnChanged?4()
1138 PyQt5.QtChart.QVPieModelMapper.firstRowChanged?4()
1139 PyQt5.QtChart.QVPieModelMapper.rowCountChanged?4()
1140 PyQt5.QtChart.QVXYModelMapper?1(QObject parent=None)
1141 PyQt5.QtChart.QVXYModelMapper.__init__?1(self, QObject parent=None)
1142 PyQt5.QtChart.QVXYModelMapper.xColumn?4() -> int
1143 PyQt5.QtChart.QVXYModelMapper.setXColumn?4(int)
1144 PyQt5.QtChart.QVXYModelMapper.yColumn?4() -> int
1145 PyQt5.QtChart.QVXYModelMapper.setYColumn?4(int)
1146 PyQt5.QtChart.QVXYModelMapper.model?4() -> QAbstractItemModel
1147 PyQt5.QtChart.QVXYModelMapper.setModel?4(QAbstractItemModel)
1148 PyQt5.QtChart.QVXYModelMapper.series?4() -> QXYSeries
1149 PyQt5.QtChart.QVXYModelMapper.setSeries?4(QXYSeries)
1150 PyQt5.QtChart.QVXYModelMapper.firstRow?4() -> int
1151 PyQt5.QtChart.QVXYModelMapper.setFirstRow?4(int)
1152 PyQt5.QtChart.QVXYModelMapper.rowCount?4() -> int
1153 PyQt5.QtChart.QVXYModelMapper.setRowCount?4(int)
1154 PyQt5.QtChart.QVXYModelMapper.seriesReplaced?4()
1155 PyQt5.QtChart.QVXYModelMapper.modelReplaced?4()
1156 PyQt5.QtChart.QVXYModelMapper.xColumnChanged?4()
1157 PyQt5.QtChart.QVXYModelMapper.yColumnChanged?4()
1158 PyQt5.QtChart.QVXYModelMapper.firstRowChanged?4()
1159 PyQt5.QtChart.QVXYModelMapper.rowCountChanged?4()
1160 PyQt5.QtChart.QXYLegendMarker?1(QXYSeries, QLegend, QObject parent=None)
1161 PyQt5.QtChart.QXYLegendMarker.__init__?1(self, QXYSeries, QLegend, QObject parent=None)
1162 PyQt5.QtChart.QXYLegendMarker.type?4() -> QLegendMarker.LegendMarkerType
1163 PyQt5.QtChart.QXYLegendMarker.series?4() -> QXYSeries

eric ide

mercurial