APIs/Python3/PyQt6-Charts.api

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

eric ide

mercurial