Home | Trees | Indices | Help |
|
---|
|
object --+ | SeriesConfig --+ | BaseBarConfig
This class contains configuration options for bar and column series.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Sets the color of the border surronding each column or bar. @param borderColor |
Sets corner radius of the border surronding each column or bar. @param borderRadius |
Sets width of the border surronding each column or bar. @param borderWidth |
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. @param colorByPoint |
Sets padding between each value groups, in x axis units. Defaults to 0.2. @param groupPadding |
Sets the minimal height for a column or width for a bar. By default, 0 values are not shown. To visualize a 0 (or close to zero) point, set the minimal point length to a pixel value like 3. In stacked column charts, minPointLength might not be respected for tightly packed values. Defaults to 0. (For detail, refer to http://www.highcharts.com/ref/#plotOptions-bar); @param minPointLength |
Sets padding between each column or bar, in x axis units. @param pointPadding |
Sets width of each bar or column in pixel. @param pointWidth |
Sets state which should be applied to a bar or column when a mouse is over the bar or column @param state
|
@return
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 20 16:01:17 2013 | http://epydoc.sourceforge.net |