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

Class LineConfig

source code

  object --+        
           |        
SeriesConfig --+    
               |    
  BaseLineConfig --+
                   |
                  LineConfig

This class contains configuration options for line series


Authors:
Invient, Richard Lincoln
Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
getStep(self)
Returns: Returns true if the line should be drawn using steps otherwise false.
source code
 
setStep(self, step)
If the argument is true then line will be drawn using steps otherwise not.
source code

Inherited from BaseLineConfig: getDashStyle, getLineWidth, getMarker, getPointInterval, getPointStart, getStickyTracking, setDashStyle, setLineWidth, setMarker, setPointInterval, setPointStart, setStickyTracking

Inherited from SeriesConfig: getAllowPointSelect, getAnimation, getColor, getCursor, getDataLabel, getEnableMouseTracking, getHoverState, getShadow, getShowCheckbox, getShowInLegend, getStacking, getVisible, setAllowPointSelect, setAnimation, setColor, setCursor, setDataLabel, setEnableMouseTracking, setHoverState, setShadow, setShowCheckbox, setShowInLegend, setStacking, setVisible

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)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

getStep(self)

source code 
Returns:
Returns true if the line should be drawn using steps otherwise false.

setStep(self, step)

source code 

If the argument is true then line will be drawn using steps otherwise not. Defaults to false.

@param step