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

Class AxisDataLabel

source code

object --+    
         |    
 DataLabel --+
             |
            AxisDataLabel

This class contains configuration properties for axis labels. The axis labels are the one which are displayed for each tick.


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
 
getStep(self)
@return
source code
 
setStep(self, step)
Sets at what interval the labels on the axis should be displayed.
source code

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__

setStep(self, step)

source code 

Sets at what interval the labels on the axis should be displayed. Setting the step to 2 shows every other label. Defaults to null

@param step