继承者: QtCharts.QPolarChart
New in version 5.7.
def
addAxis
(axis, alignment)
def
addSeries
(series)
def
animationDuration
()
def
animationEasingCurve
()
def
animationOptions
()
def
axes
([orientation=Qt.Horizontal|Qt.Vertical[, series=None]])
def
axisX
([series=None])
def
axisY
([series=None])
def
backgroundBrush
()
def
backgroundPen
()
def
backgroundRoundness
()
def
chartType
()
def
createDefaultAxes
()
def
isBackgroundVisible
()
def
isDropShadowEnabled
()
def
isPlotAreaBackgroundVisible
()
def
isZoomed
()
def
legend
()
def
locale
()
def
localizeNumbers
()
def
mapToPosition
(value[, series=None])
def
mapToValue
(position[, series=None])
def
margins
()
def
plotArea
()
def
plotAreaBackgroundBrush
()
def
plotAreaBackgroundPen
()
def
removeAllSeries
()
def
removeAxis
(axis)
def
removeSeries
(series)
def
scroll
(dx, dy)
def
series
()
def
setAnimationDuration
(msecs)
def
setAnimationEasingCurve
(curve)
def
setAnimationOptions
(options)
def
setAxisX
(axis[, series=None])
def
setAxisY
(axis[, series=None])
def
setBackgroundBrush
(brush)
def
setBackgroundPen
(pen)
def
setBackgroundRoundness
(diameter)
def
setBackgroundVisible
([visible=true])
def
setDropShadowEnabled
([enabled=true])
def
setLocale
(locale)
def
setLocalizeNumbers
(localize)
def
setMargins
(margins)
def
setPlotArea
(rect)
def
setPlotAreaBackgroundBrush
(brush)
def
setPlotAreaBackgroundPen
(pen)
def
setPlotAreaBackgroundVisible
([visible=true])
def
setTheme
(theme)
def
setTitle
(title)
def
setTitleBrush
(brush)
def
setTitleFont
(font)
def
theme
()
def
title
()
def
titleBrush
()
def
titleFont
()
def
zoom
(factor)
def
zoomIn
()
def
zoomIn
(rect)
def
zoomOut
()
def
zoomReset
()
def
plotAreaChanged
(plotArea)
PySide2.QtCharts.QtCharts.
QChart
(
[
parent=None
[
,
wFlags=Qt.WindowFlags()
]
]
)
¶
PySide2.QtCharts.QtCharts.QChart(type, parent, wFlags)
type
–
ChartType
parent
–
QGraphicsItem
wFlags
–
WindowFlags
PySide2.QtCharts.QtCharts.QChart.
ChartType
¶
PySide2.QtCharts.QtCharts.QChart.
ChartTheme
¶
PySide2.QtCharts.QtCharts.QChart.
AnimationOption
¶
PySide2.QtCharts.QtCharts.QChart.
addAxis
(
axis
,
alignment
)
¶
axis
–
QAbstractAxis
alignment
–
Alignment
PySide2.QtCharts.QtCharts.QChart.
addSeries
(
series
)
¶
series
–
QAbstractSeries
PySide2.QtCharts.QtCharts.QChart.
animationDuration
(
)
¶
int
PySide2.QtCharts.QtCharts.QChart.
animationEasingCurve
(
)
¶
QEasingCurve
PySide2.QtCharts.QtCharts.QChart.
animationOptions
(
)
¶
AnimationOptions
PySide2.QtCharts.QtCharts.QChart.
axes
(
[
orientation=Qt.Horizontal|Qt.Vertical
[
,
series=None
]
]
)
¶
orientation
–
Orientations
series
–
QAbstractSeries
PySide2.QtCharts.QtCharts.QChart.
axisX
(
[
series=None
]
)
¶
series
–
QAbstractSeries
QAbstractAxis
注意
此函数被弃用。
PySide2.QtCharts.QtCharts.QChart.
axisY
(
[
series=None
]
)
¶
series
–
QAbstractSeries
QAbstractAxis
注意
此函数被弃用。
PySide2.QtCharts.QtCharts.QChart.
backgroundBrush
(
)
¶
QBrush
PySide2.QtCharts.QtCharts.QChart.
backgroundPen
(
)
¶
QPen
PySide2.QtCharts.QtCharts.QChart.
backgroundRoundness
(
)
¶
qreal
PySide2.QtCharts.QtCharts.QChart.
createDefaultAxes
(
)
¶
PySide2.QtCharts.QtCharts.QChart.
isBackgroundVisible
(
)
¶
bool
PySide2.QtCharts.QtCharts.QChart.
isDropShadowEnabled
(
)
¶
bool
PySide2.QtCharts.QtCharts.QChart.
isPlotAreaBackgroundVisible
(
)
¶
bool
PySide2.QtCharts.QtCharts.QChart.
isZoomed
(
)
¶
bool
PySide2.QtCharts.QtCharts.QChart.
legend
(
)
¶
QLegend
PySide2.QtCharts.QtCharts.QChart.
locale
(
)
¶
QLocale
PySide2.QtCharts.QtCharts.QChart.
localizeNumbers
(
)
¶
bool
PySide2.QtCharts.QtCharts.QChart.
mapToPosition
(
value
[
,
series=None
]
)
¶
value
–
QPointF
series
–
QAbstractSeries
QPointF
PySide2.QtCharts.QtCharts.QChart.
mapToValue
(
position
[
,
series=None
]
)
¶
position
–
QPointF
series
–
QAbstractSeries
QPointF
PySide2.QtCharts.QtCharts.QChart.
margins
(
)
¶
QMargins
PySide2.QtCharts.QtCharts.QChart.
plotArea
(
)
¶
QRectF
PySide2.QtCharts.QtCharts.QChart.
plotAreaBackgroundBrush
(
)
¶
QBrush
PySide2.QtCharts.QtCharts.QChart.
plotAreaBackgroundPen
(
)
¶
QPen
PySide2.QtCharts.QtCharts.QChart.
plotAreaChanged
(
plotArea
)
¶
plotArea
–
QRectF
PySide2.QtCharts.QtCharts.QChart.
removeAllSeries
(
)
¶
PySide2.QtCharts.QtCharts.QChart.
removeAxis
(
axis
)
¶
axis
–
QAbstractAxis
PySide2.QtCharts.QtCharts.QChart.
removeSeries
(
series
)
¶
series
–
QAbstractSeries
PySide2.QtCharts.QtCharts.QChart.
scroll
(
dx
,
dy
)
¶
dx
–
qreal
dy
–
qreal
PySide2.QtCharts.QtCharts.QChart.
series
(
)
¶
PySide2.QtCharts.QtCharts.QChart.
setAnimationDuration
(
msecs
)
¶
msecs
–
int
PySide2.QtCharts.QtCharts.QChart.
setAnimationEasingCurve
(
curve
)
¶
curve
–
QEasingCurve
PySide2.QtCharts.QtCharts.QChart.
setAnimationOptions
(
options
)
¶
options
–
AnimationOptions
PySide2.QtCharts.QtCharts.QChart.
setAxisX
(
axis
[
,
series=None
]
)
¶
axis
–
QAbstractAxis
series
–
QAbstractSeries
注意
此函数被弃用。
PySide2.QtCharts.QtCharts.QChart.
setAxisY
(
axis
[
,
series=None
]
)
¶
axis
–
QAbstractAxis
series
–
QAbstractSeries
注意
此函数被弃用。
PySide2.QtCharts.QtCharts.QChart.
setBackgroundBrush
(
brush
)
¶
brush
–
QBrush
PySide2.QtCharts.QtCharts.QChart.
setBackgroundPen
(
pen
)
¶
pen
–
QPen
PySide2.QtCharts.QtCharts.QChart.
setBackgroundRoundness
(
diameter
)
¶
diameter
–
qreal
PySide2.QtCharts.QtCharts.QChart.
setBackgroundVisible
(
[
visible=true
]
)
¶
visible
–
bool
PySide2.QtCharts.QtCharts.QChart.
setDropShadowEnabled
(
[
enabled=true
]
)
¶
enabled
–
bool
PySide2.QtCharts.QtCharts.QChart.
setLocale
(
locale
)
¶
locale
–
QLocale
PySide2.QtCharts.QtCharts.QChart.
setLocalizeNumbers
(
localize
)
¶
localize
–
bool
PySide2.QtCharts.QtCharts.QChart.
setMargins
(
margins
)
¶
margins
–
QMargins
PySide2.QtCharts.QtCharts.QChart.
setPlotArea
(
rect
)
¶
rect
–
QRectF
PySide2.QtCharts.QtCharts.QChart.
setPlotAreaBackgroundBrush
(
brush
)
¶
brush
–
QBrush
PySide2.QtCharts.QtCharts.QChart.
setPlotAreaBackgroundPen
(
pen
)
¶
pen
–
QPen
PySide2.QtCharts.QtCharts.QChart.
setPlotAreaBackgroundVisible
(
[
visible=true
]
)
¶
visible
–
bool
PySide2.QtCharts.QtCharts.QChart.
setTheme
(
theme
)
¶
theme
–
ChartTheme
PySide2.QtCharts.QtCharts.QChart.
setTitle
(
title
)
¶
title – unicode
PySide2.QtCharts.QtCharts.QChart.
setTitleBrush
(
brush
)
¶
brush
–
QBrush
PySide2.QtCharts.QtCharts.QChart.
setTitleFont
(
font
)
¶
font
–
QFont
PySide2.QtCharts.QtCharts.QChart.
theme
(
)
¶
PySide2.QtCharts.QtCharts.QChart.
title
(
)
¶
unicode
PySide2.QtCharts.QtCharts.QChart.
titleBrush
(
)
¶
QBrush
PySide2.QtCharts.QtCharts.QChart.
titleFont
(
)
¶
QFont
PySide2.QtCharts.QtCharts.QChart.
zoom
(
factor
)
¶
factor
–
qreal
PySide2.QtCharts.QtCharts.QChart.
zoomIn
(
)
¶
PySide2.QtCharts.QtCharts.QChart.
zoomIn
(
rect
)
¶
rect
–
QRectF
PySide2.QtCharts.QtCharts.QChart.
zoomOut
(
)
¶
PySide2.QtCharts.QtCharts.QChart.
zoomReset
(
)
¶