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

Class DateTimeAxis

source code

object --+        
         |        
      Axis --+    
             |    
      AxisBase --+
                 |
object --+       |
         |       |
      Axis --+   |
             |   |
         XAxis --+
                 |
                DateTimeAxis

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
getDateTimeLabelFormat(self) source code
 
setDateTimeLabelFormat(self, dateTimeLabelFormat) source code
 
setMax(self, mx) source code
 
setMin(self, mn) source code
 
getMin(self) source code
 
getMax(self) source code
 
getPlotBands(self) source code
 
setPlotBands(self, plotBands) source code
 
addPlotBand(self, plotBand) source code
 
removePlotBand(self, plotBand)
Removes a plotband with given id.
source code
 
getPlotLines(self) source code
 
setPlotLines(self, plotLines) source code
 
addPlotLine(self, plotLine) source code
 
removePlotLine(self, plotLine) source code

Inherited from AxisBase: getAllPlotBands, getAllPlotLines, getAlternateGridColor, getEndOnTick, getGrid, getId, getLabel, getLineColor, getLineWidth, getLinkedTo, getMaxPadding, getMaxZoom, getMinPadding, getMinorGrid, getMinorTick, getOffset, getOpposite, getReversed, getShowFirstLabel, getShowLastLabel, getStartOfWeek, getStartOnTick, getTick, getTitle, getType, setAllPlotBands, setAllPlotLines, setAlternateGridColor, setEndOnTick, setGrid, setId, setLabel, setLineColor, setLineWidth, setLinkedTo, setMaxPadding, setMaxZoom, setMinPadding, setMinorGrid, setMinorTick, setOffset, setOpposite, setReversed, setShowFirstLabel, setShowLastLabel, setStartOfWeek, setStartOnTick, setTick, setTitle, setType

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)

addPlotBand(self, plotBand)

source code 
Overrides: AxisBase.addPlotBand

removePlotBand(self, plotBand)

source code 

Removes a plotband with given id.

Overrides: AxisBase.removePlotBand
(inherited documentation)

addPlotLine(self, plotLine)

source code 
Overrides: AxisBase.addPlotLine

removePlotLine(self, plotLine)

source code 
Overrides: AxisBase.removePlotLine