Package muntjac :: Package addon :: Package invient :: Module invient_charts_config :: Class Marker
[hide private]
[frames] | no frames]

Class Marker

source code

object --+
         |
        Marker

Defines a marker for a point. Markers are applied to a point of
chart's series. The marker can be applied at the time of drawing the
chart or when a point is selcted or hovered.

There are two types of marker.
  * L{SymbolMarker}
  * L{ImageMarker}

@author: Invient
@author: Richard Lincoln

@see: L{SymbolMarker}
@see: L{ImageMarker}

Instance Methods [hide private]
 
getEnabled(self) source code
 
setEnabled(self, enabled) source code

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

Properties [hide private]

Inherited from object: __class__