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

Class ScatterConfig

source code

  object --+        
           |        
SeriesConfig --+    
               |    
  BaseLineConfig --+
                   |
                  ScatterConfig

This class contains configuration options for scatter series


Authors:
Invient, Richard Lincoln
Instance Methods [hide private]
 
setShadow(self, shadow)
If the argument is true then a shadow will be shown to the graph line otherwise not.
source code
 
getShadow(self)
Returns: Returns null as scatter series does not have shadow.
source code

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

Inherited from SeriesConfig: getAllowPointSelect, getAnimation, getColor, getCursor, getDataLabel, getEnableMouseTracking, getHoverState, getShowCheckbox, getShowInLegend, getStacking, getVisible, setAllowPointSelect, setAnimation, setColor, setCursor, setDataLabel, setEnableMouseTracking, setHoverState, 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]

setShadow(self, shadow)

source code 

If the argument is true then a shadow will be shown to the graph line otherwise not. Defaults to true.

Parameters:
  • shadow
Raises:
  • NotImplementedError - Scatter series does not support shadow so this method throws an exception if invoked.
Overrides: SeriesConfig.setShadow

getShadow(self)

source code 

@return

Returns:
Returns null as scatter series does not have shadow.
Overrides: SeriesConfig.getShadow