This class contains configuration options for bar and column
series.
|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setColorByPoint(self,
colorByPoint)
If the argument is true then each point (bar or column in a series
will have a different color otherwise all points (bars/columns) of a
series will have same color. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setHoverState(self,
state)
Sets state which should be applied to a bar or column when a mouse is
over the bar or column |
source code
|
|
|
|
|
|
Inherited from SeriesConfig:
getAllowPointSelect,
getAnimation,
getColor,
getCursor,
getDataLabel,
getEnableMouseTracking,
getShadow,
getShowCheckbox,
getShowInLegend,
getStacking,
getVisible,
setAllowPointSelect,
setAnimation,
setColor,
setCursor,
setDataLabel,
setEnableMouseTracking,
setShadow,
setShowCheckbox,
setShowInLegend,
setStacking,
setVisible
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|