Home | Trees | Indices | Help |
|
---|
|
object --+ | GeneralChartConfig
This class contains configuration properties at a chart level.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
When using multiple axis, the ticks of two or more opposite axes will automatically be aligned by adding ticks to the axis or axes with the least ticks. This can be prevented by setting alignTicks to false.
|
|
Set the overall animation for all chart updating.
|
A CSS class name to apply to the charts container
|
|
Sets plot object
|
|
A value of true indicates that the chart will fit the width of the charts container otherwise not.
|
|
A value of true indicates that the drop shadow will apply to the outer chart area otherwise not.
|
|
A CSS string to apply to the charts container
|
|
Sets the background color for the outer chart area @param backgroundColor |
Sets the border color for the outer chart border @param borderColor |
Sets radius for the outer chart border @param borderRadius |
Sets pixel width of the outer chart border @param borderWidth |
Sets height for the chart @param height |
Sets width for the chart @param width |
If the argument is true, the axes will scale to the remaining visible series once one series is hidden. If the argument is false, hiding and showing a series will not affect the axes or the other series. @param ignoreHiddenSeries |
If the argument is true then the x-axis is reversed. If a bar plot is present, it will be inverted automatically. @param inverted |
If the argument is true then the axes will be shown initially. This is useful when the chart is empty and axes must be shown. @param showAxes |
Sets series type to one of line, spline, scatter, area, areaspline, pie, bar and column. @param typ |
Sets zoom type. It decides how a chart can be zoomed by dragging the mouse. @param zoomType |
If the argument is true then the scaling will happen on client. If the argument is false then the chart will not scale. In any case, the server will receive event notification if registered. @param clientZoom |
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 5 20:44:59 2015 | http://epydoc.sourceforge.net |