Package muntjac :: Package addon :: Package invient :: Package demo :: Module invient_demo_win :: Class ChartName
[hide private]
[frames] | no frames]

Class ChartName

source code

object --+
         |
        ChartName

Instance Methods [hide private]
 
__init__(self, name)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
getName(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
values(cls) source code
Class Variables [hide private]
  BASIC = ChartName('Basic')
  DONUT = ChartName('Donut')
  CLICK_TO_ADD_POINT = ChartName('Click to add a point')
  MASTER_DETAIL = ChartName('Master-detail')
  TIMESERIES_ZOOMABLE = ChartName('Time series, zoomable')
  WITH_DATA_LABELS = ChartName('With data labels')
  STACKED = ChartName('Stacked')
  WITH_NEGATIVE_STACK = ChartName('With negative stack')
  WITH_NEGATIVE_VALUES = ChartName('With negative values')
  STACKED_AND_GROUPED = ChartName('Stacked and grouped')
  STACKED_PERCENT = ChartName('Stacked percentage')
  WITH_ROTATED_LABELS = ChartName('With rotated labels')
  WITH_MISSING_POINTS = ChartName('With missing points')
  INVERTED_AXES = ChartName('Inverted axes')
  WITH_LEGEND = ChartName('With legend')
  WITH_PLOTBANDS = ChartName('With plot bands')
  WITH_SYMBOLS = ChartName('With symbols')
  UPDATING_EACH_SECOND = ChartName('Updating each second')
  COMBINATION_COLUMN_LINE_AND_PIE = ChartName('Column, spline an...
  PERCENTAGE = ChartName('Percentage')
  SCATTER_WITH_REGRESSION_LINE = ChartName('Scatter with regress...
  MULTIPLE_AXES = ChartName('Multiple axes')
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

COMBINATION_COLUMN_LINE_AND_PIE

Value:
ChartName('Column, spline and pie')

SCATTER_WITH_REGRESSION_LINE

Value:
ChartName('Scatter with regression line')