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

Class SeriesLegendItemClickEvent

source code

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

Series legend item click event. This event is thrown, when legend item is clicked. This event is not applicable for PieChart instead use LegendItemClickEvent


Authors:
Invient, Richard Lincoln
Instance Methods [hide private]
 
__init__(self, source, chart, series)
New instance of the point click event.
source code
 
getChart(self)
Returns: Returns the chart object associated with the series
source code
 
getSeries(self)
Returns: Returns the series associated with the legend item
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 

New instance of the point click event.

Parameters:
  • source - the chart object itself
  • chart - the chart object itself
  • series - the series associated with the legend item
Overrides: object.__init__

getChart(self)

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

getSeries(self)

source code 
Returns:
Returns the series associated with the legend item