~activity/openobject-server/trunk

« back to all changes in this revision

Viewing changes to bin/pychart/legend_doc.py

  • Committer: Dainius Malachovskis
  • Date: 2009-06-11 21:01:55 UTC
  • mfrom: (1235.2.5 server)
  • Revision ID: dainius.malachovskis@sandas.eu-20090611210155-ql9k1pd0dnr9avr0
merged

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
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
 
 
 
2
doc=" "
 
3
doc_entry=" "