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

Class YAxisDataLabel

source code

object --+        
         |        
 DataLabel --+    
             |    
 AxisDataLabel --+
                 |
                YAxisDataLabel

This class contains configuration properties specifically for x-axis labels.


Authors:
Invient, Richard Lincoln
Instance Methods [hide private]
 
__init__(self, enabled=False)
If the argument is true then the data labels will be displayed otherwise not.
source code

Inherited from AxisDataLabel: getStep, setStep

Inherited from DataLabel: __str__, getAlign, getColor, getEnabled, getFormatterJsFunc, getRotation, getStyle, getX, getY, setAlign, setColor, setEnabled, setFormatterJsFunc, setRotation, setStyle, setX, setY

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, enabled=False)
(Constructor)

source code 

If the argument is true then the data labels will be displayed otherwise not.

@param enabled

Overrides: object.__init__