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

Class SeriesHideEvent

source code

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

Series Hide event. This event is thrown, when any series of this chart is hidden.


Authors:
Invient, Richard Lincoln
Instance Methods [hide private]
 
__init__(self, source, chart, series)
Constructs a new event with the specified source component.
source code
 
getChart(self)
Returns: Returns the chart object associated with the point
source code
 
getSeries(self)
Returns: Returns the series which got hidden
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, series)
(Constructor)

source code 

Constructs a new event with the specified source component.

Parameters:
  • source - the chart object itself
  • chart - the chart object itself
  • series - the series which got hidden
Overrides: object.__init__

getChart(self)

source code 
Returns:
Returns the chart object associated with the point

getSeries(self)

source code 
Returns:
Returns the series which got hidden