Package muntjac :: Package addon :: Package invient :: Module invient_charts :: Class ChartAddSeriesEvent
[hide private]
[frames] | no frames]

Class ChartAddSeriesEvent

source code

      object --+        
               |        
util.EventObject --+    
                   |    
  ui.component.Event --+
                       |
                      ChartAddSeriesEvent

Add series event. This event is thrown, when a series is added to the chart.


Authors:
Invient, Richard Lincoln
Instance Methods [hide private]
 
__init__(self, source, chart)
New instance of the chart add series event.
source code
 
getChart(self)
Returns the chart object to which a series is added
source code

Inherited from ui.component.Event: getComponent

Inherited from util.EventObject: getSource

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, source, chart)
(Constructor)

source code 

New instance of the chart add series event.

@param source @param chart

Parameters:
  • source - the source component of the event
Overrides: object.__init__

getChart(self)

source code 

Returns the chart object to which a series is added

Returns:
Returns the chart object to which a series has been added.

See Also: InvientCharts