odoo/openerp/pychart/legend_doc.py

30 lines
1.9 KiB
Python

# -*- coding: utf-8 -*-
# automatically generated by generate_docs.py.
doc="""Attributes supported by this class are:
inter_col_sep(type:length in points (\\xref{unit})) default="Space between each column in the legend.".
loc(type:(x,y)) default="Bottom-left corner of the legend.
The default location of a legend is the bottom-right end of the chart.".
bottom_fudge(type:length in points (\\xref{unit})) default="Amount of space below the last line.".
frame_line_style(type:line_style.T) default="".
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.".
right_fudge(type:length in points (\\xref{unit})) default="Amount of space right of the legend.".
inter_row_sep(type:length in points (\\xref{unit})) default="Space between each row in the legend.".
top_fudge(type:length in points (\\xref{unit})) default="Amount of space above the first line.".
left_fudge(type:length in points (\\xref{unit})) default="Amount of space left of the legend.".
shadow(type:<function ShadowType at 0xb7d4db8c>) default="The value is either None or a tuple. When non-None,
a drop-shadow is drawn beneath the object. X-off, and y-off specifies the
offset of the shadow relative to the object, and fill specifies the
style of the shadow (@pxref{module-fill-style}).".
frame_fill_style(type:fill_style.T) default="".
"""
doc_entry="""Attributes supported by this class are:
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".
label(type:str) default="".
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".
tick_mark(type:tick_mark.T) default="".
line_style(type:line_style.T) default="".
fill_style(type:fill_style.T) default="".
"""