Antony Lesuisse 2010-03-31 wizard update
[odoo/odoo.git] / bin / pychart / range_plot_doc.py
1 # -*- coding: utf-8 -*-
2 # automatically generated by generate_docs.py.
3 doc="""Attributes supported by this class are:
4 xcol(type:int) default="The column, within attribute "data", from which the X values of sample points are extracted. <<chart_data>>".
5 max_col(type:int) default="The upper bound of the sweep is extracted from this column of data.".
6 min_col(type:int) default="The lower bound of the sweep is extracted from this column of data.".
7 label(type:str) default="The label to be displayed in the legend. <<legend>>, <<font>>".
8 line_style(type:line_style.T) default="The style of the boundary line.".
9 fill_style(type:fill_style.T) default="".
10 data(type:any) default="Specifies the data points. <<chart_data>>".
11 """
12