Home | Trees | Indices | Help |
|
---|
|
object --+ | InvientChartsConfig
This class encapsulates a number of configuration options for the InvientChars. These configuration options are Title, SubTitle , GeneralChartConfig, Credit, Legend, Tooltip , ChartLabel, SeriesConfig, XAxis and YAxis
All configuration properties which are of object type are initialized with an object instance.
These configuration options are static and generally set once. After a chart (InvientCharts) created, any changes made to the configuration options will not reflect in the chart. You would have to create a new chart InvientCharts
For some APIs, the description has been taken from http://www.highcharts.com/ref/
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
Sets the argument ChartLabel object only if it is non-null
|
|
Sets a collection of x-axis for the chart. The collection of x-axis is set only if argument xAxes is non-null.
|
Adds specified x-axis to the collection of x-axis.
|
|
Sets a collection of y-axis for the chart. The collection of y-axis is set only if argument yAxes is non-null
|
Adds specified y-axis to the collection of y-axis.
|
|
Sets the argument title only if the argument title is non-null
|
|
Sets the argument subtitle only if the argument is non-null
|
|
Sets Tooltip object only if the argument tooltip is non-null
|
|
Sets Legend object only if the argument legend is non-null
|
|
Sets the Credit object only if the argument credit is non-null
|
|
Sets GeneralChartConfig object only if the argument is non-null
|
Sets a set of {@link SeriesConfig} objects only if the argument is non-null.
|
Adds the specified argument only if it is non-null.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jul 6 19:32:49 2013 | http://epydoc.sourceforge.net |