odoo/openerp/pychart/range_plot_doc.py

13 lines
723 B
Python

# -*- coding: utf-8 -*-
# automatically generated by generate_docs.py.
doc="""Attributes supported by this class are:
xcol(type:int) default="The column, within attribute "data", from which the X values of sample points are extracted. <<chart_data>>".
max_col(type:int) default="The upper bound of the sweep is extracted from this column of data.".
min_col(type:int) default="The lower bound of the sweep is extracted from this column of data.".
label(type:str) default="The label to be displayed in the legend. <<legend>>, <<font>>".
line_style(type:line_style.T) default="The style of the boundary line.".
fill_style(type:fill_style.T) default="".
data(type:any) default="Specifies the data points. <<chart_data>>".
"""