APIs/Python3/PyQtChart.api

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

eric ide

mercurial