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

Class XAxisDataLabel

source code

object --+        
         |        
 DataLabel --+    
             |    
 AxisDataLabel --+
                 |
                XAxisDataLabel

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
 
getStaggerLines(self)
@return
source code
 
setStaggerLines(self, staggerLines)
Sets number of lines to spread the labels over to make room or tighter labels.
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__

setStaggerLines(self, staggerLines)

source code 

Sets number of lines to spread the labels over to make room or tighter labels.

@param staggerLines