~openerp-groupes/openobject-server/6.0-fix-setup-windows

« back to all changes in this revision

Viewing changes to bin/pychart/legend_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
inter_col_sep(type:length in points (\\xref{unit})) default="Space between each column in the legend.".
 
4
loc(type:(x,y)) default="Bottom-left corner of the legend.
 
5
                The default location of a legend is the bottom-right end of the chart.".
 
6
bottom_fudge(type:length in points (\\xref{unit})) default="Amount of space below the last line.".
 
7
frame_line_style(type:line_style.T) default="".
 
8
nr_rows(type:int) default="Number of rows in the legend. If the number of plots in a chart is larger than nr_rows, multiple columns are created in the legend.".
 
9
right_fudge(type:length in points (\\xref{unit})) default="Amount of space right of the legend.".
 
10
inter_row_sep(type:length in points (\\xref{unit})) default="Space between each row in the legend.".
 
11
top_fudge(type:length in points (\\xref{unit})) default="Amount of space above the first line.".
 
12
left_fudge(type:length in points (\\xref{unit})) default="Amount of space left of the legend.".
 
13
shadow(type:<function ShadowType at 0xb7d4db8c>) default="The value is either None or a tuple. When non-None,
 
14
a drop-shadow is drawn beneath the object. X-off, and y-off specifies the
 
15
offset of the shadow relative to the object, and fill specifies the
 
16
style of the shadow (@pxref{module-fill-style}).".
 
17
frame_fill_style(type:fill_style.T) default="".
 
18
"""
 
19
 
 
20
doc_entry="""Attributes supported by this class are:
 
21
line_len(type:length in points (\\xref{unit})) default="Length of the sample line for line plots. If omitted, it is set to be theme.default_font_size".
 
22
label(type:str) default="".
 
23
rect_size(type:length in points (\\xref{unit})) default="Size of the sample 'blob' for bar range charts. If omitted, it is set to be 70% of theme.default_size".
 
24
tick_mark(type:tick_mark.T) default="".
 
25
line_style(type:line_style.T) default="".
 
26
fill_style(type:fill_style.T) default="".
 
27
"""
 
28