Home | Trees | Indices | Help |
|
---|
|
object --+ | Stacking
Defines ways in which series of a chart can be stacked.
Stacking.Normal - represents that the values of each series are stacked.
Stacking.Percent - represents that the the values of each series are stacked based on percentage of sum of total value, where total value is sum of values of all points on a particular tick of an axis.
@author Invient
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|
|||
NORMAL = Stacking('normal')
|
|||
PERCENT = Stacking('percent')
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jul 6 13:40:49 2013 | http://epydoc.sourceforge.net |