Package GChartWrapper :: Module GChart' :: Class Text
[hide private]
[frames] | no frames]

type Text

source code

object --+        
         |        
      Dict --+    
             |    
        GChart --+
                 |
                Text

Instance Methods [hide private]
 
__init__(self, *args) source code
 
render(self)
Renders the chart context and axes into the dict data
source code

Inherited from GChart: __str__, bar, check_size, check_type, checksum, color, dataset, encoding, fill, getdata, getname, grid, image, img, label, legend, legend_pos, level_data, line, map, margin, marker, output_encoding, save, scale, show, size, title, type, url, urlopen, write

Inherited from GChart (private): _parts

Inherited from Dict: __cmp__, __contains__, __delitem__, __getitem__, __iter__, __len__, __repr__, __setitem__, has_key, items, keys, pop, popitem, update, values

Method Details [hide private]

__init__(self, *args)
(Constructor)

source code 
Overrides: Dict.__init__

render(self)

source code 

Renders the chart context and axes into the dict data

Overrides: GChart.render
(inherited documentation)