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

Class AreaConfig

source code

  object --+        
           |        
SeriesConfig --+    
               |    
  BaseLineConfig --+
                   |
                  AreaConfig

This class contains configuration options for area series, area and areaspline.


Authors:
Invient, Richard Lincoln
Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
getFillColor(self)
@return Returns fill color of the area.
source code
 
setFillColor(self, fillColor)
Sets fill gradient for the area
source code
 
getLineColor(self)
Returns: Returns color of a line drawing above the area
source code
 
setLineColor(self, lineColor)
Sets line color for the line of an area.
source code
 
getFillOpacity(self)
Returns: Returns opacity (transparency) which will be used when the area is filled with the fill color
source code
 
setFillOpacity(self, fillOpacity)
Sets opacity for the area
source code
 
getThreshold(self)
Returns: Returns threadshold of the area
source code
 
setThreshold(self, threshold)
Sets threshold value which servers as the base for the area, for distinguishing between values above and below a threshold.
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)

setFillColor(self, fillColor)

source code 

Sets fill gradient for the area

@param fillColor

getLineColor(self)

source code 
Returns:
Returns color of a line drawing above the area

setLineColor(self, lineColor)

source code 

Sets line color for the line of an area.

@param lineColor

getFillOpacity(self)

source code 
Returns:
Returns opacity (transparency) which will be used when the area is filled with the fill color

setFillOpacity(self, fillOpacity)

source code 

Sets opacity for the area

@param fillOpacity

getThreshold(self)

source code 
Returns:
Returns threadshold of the area

setThreshold(self, threshold)

source code 

Sets threshold value which servers as the base for the area, for distinguishing between values above and below a threshold. Defaults to 0.

@param threshold