~openerp-dev/openobject-server/trunk-bug-712254-ysa

« back to all changes in this revision

Viewing changes to bin/pychart/pie_plot_doc.py

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-3f10ee12cea3c4c75cef44ab04ad33ef47432907
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# automatically generated by generate_docs.py.
 
2
doc="""Attributes supported by this class are:
 
3
label_fill_style(type:fill_style.T) default="The fill style of the frame surrounding each label.".
 
4
center(type:(x,y)) default="The location of the center of the pie.".
 
5
arrow_style(type:arrow.T) default="The style of arrow that connects a label
 
6
                        to the corresponding "pie".".
 
7
start_angle(type:number) default="The angle at which the first item is drawn.".
 
8
label_format(type:printf format string) default="Format string of the label".
 
9
arc_offsets(type:list) default="You can draw each pie "slice" shifted off-center.
 
10
                         This attribute, if non-None,
 
11
                         must be a number sequence whose length is equal to
 
12
                         the number of pie slices. The Nth value in arc_offsets
 
13
                         specify the amount of offset
 
14
                         (from the center of the circle)
 
15
                         for the Nth slice.
 
16
                         The value of None will draw all the slices
 
17
                         anchored at the center. 
 
18
                         ".
 
19
label_offset(type:length in points (\\xref{unit})) default="The distance from the center of each label.".
 
20
label_line_style(type:line_style.T) default="The style of the frame surrounding each label.".
 
21
label_col(type:int) default="The column, within "data", from which the labels of items are retrieved.".
 
22
data_col(type:int) default=" The column, within "data", from which the data values are retrieved.".
 
23
radius(type:length in points (\\xref{unit})) default="The radius of the pie.".
 
24
fill_styles(type:list) default="The fill style of each item. The length of the
 
25
                         list should be equal to the length of the data. 
 
26
                         ".
 
27
line_style(type:line_style.T) default="The style of the outer edge of each pie slice.".
 
28
data(type:any) default="Specifies the data points. <<chart_data>>".
 
29
shadow(type:<function ShadowType at 0xb7d4db8c>) default="The value is either None or a tuple. When non-None,
 
30
a drop-shadow is drawn beneath the object. X-off, and y-off specifies the
 
31
offset of the shadow relative to the object, and fill specifies the
 
32
style of the shadow (@pxref{module-fill-style}).".
 
33
"""
 
34