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

Class PointUnselectEvent

source code

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

Point unselect event. This event is thrown, when any point of this chart is unselected and the point marker is enabled. The point marker is enabled by default.


Authors:
Invient, Richard Lincoln
Instance Methods [hide private]
 
__init__(self, source, chart, category, point)
New instance of the point unselect event.
source code
 
getCategory(self)
Returns: Returns a category to which point is associated in case of categorized axis only.
source code
 
getChart(self)
Returns: Returns the chart object associated with the point
source code
 
getPoint(self)
Returns: Returns the unselected point
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, category, point)
(Constructor)

source code 

New instance of the point unselect event.

Parameters:
  • source - the chart object itself
  • chart - the chart object itself
  • category - a category to which point is associated in case of categorized axis,
  • point - the point unselected as a result of this event
Overrides: object.__init__

getCategory(self)

source code 
Returns:
Returns a category to which point is associated in case of categorized axis only.

getChart(self)

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

getPoint(self)

source code 
Returns:
Returns the unselected point