Home | Trees | Indices | Help |
|
---|
|
object --+ | SeriesConfig
This class contains general configuration options for all series types such as line, area and pie.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
If the argument is true then the points of a can be selected otherwise not. Defaults to false, The point on a chart will toggle. Also, whenever a point is selected or deselected, the registered event listeners will be triggered. @param allowPointSelect |
If the argument is true then animation will be enabled when a series will be displayed otherwise not. Defaults to false. @param animation |
If the argument is true then the mouse tracking will be enabled for a series otherwise not. Defaults to true. @param enableMouseTracking |
If the argument is true then a series will be displayed in the legend otherwise not. Defaults to true. @param showInLegend |
Sets the cursor style. E.g. cursor can be set to css cursor style 'pointer', 'hand' or any other. Defaults to null. @param cursor |
Specifies whether the values of each series should be stacked on top of each other or not. Defaults to null. If the argument is null then the values of each series are not stacked. @param stacking |
If the argument is true then a checkbox is displayed next to the legend item in the legend area. Defaults to false @param showCheckbox |
If the argument is true then the series is visible otherwise not when a chart is rendered initially. Defaults to true However, this is not applicable for series related to Pie chart. @param visible
|
If the argument is true then a shadow will be shown to the graph line otherwise not. Defaults to true.
|
Sets attributes which should be applied to a series when series is hovered. @param state |
Sets how point value should be formatted and displayed for each point. @param dataLabel |
Sets color for the series. @param color |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jul 6 19:32:49 2013 | http://epydoc.sourceforge.net |