APIs/Python/PyQt6-Charts.api

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

eric ide

mercurial