This class contains configuration options for pie series.
|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
getCenterX(self)
Returns:
Returns x position (in pixel) of the center of the pie chart relative
to the plot area. |
source code
|
|
|
|
setCenterX(self,
centerX)
Sets x position (in pixel) of the center of the pie chart relative to
the plot area. |
source code
|
|
|
|
getCenterY(self)
Returns:
Returns y position (in pixel) of the center of the pie chart relative
to the plot area. |
source code
|
|
|
|
setCenterY(self,
centerY)
Sets y position (in pixel) of the center of the pie chart relative to
the plot area. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getSize(self)
Returns:
Returns size of diameter of the pie relative to the plot area. |
source code
|
|
|
|
setSize(self,
size)
Sets size of diameter of the pie relative to the plot area. |
source code
|
|
|
|
|
|
|
|
|
|
setVisible(self,
visible)
If the argument is true then the series is visible otherwise not when
a chart is rendered initially. |
source code
|
|
|
|
setShadow(self,
shadow)
If the argument is true then a shadow will be shown to the graph line
otherwise not. |
source code
|
|
|
|
getVisible(self)
Returns:
Returns null as pie does not support toggle (show/hide pie) feature. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from SeriesConfig:
getAllowPointSelect,
getAnimation,
getColor,
getCursor,
getEnableMouseTracking,
getShowCheckbox,
getShowInLegend,
getStacking,
setAllowPointSelect,
setAnimation,
setColor,
setCursor,
setEnableMouseTracking,
setShowCheckbox,
setShowInLegend,
setStacking
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|