[MERGE] Remove the embedded pychart library, and use the online version
[odoo/odoo.git] /
1 # -*- coding: utf-8 -*-
2 # automatically generated by generate_docs.py.
3 doc="""Attributes supported by this class are:
4 y_qerror_minus_col(type:int) default="<<error_bar>>".
5 xcol(type:int) default="The column, within attribute "data", from which the X values of sample points are extracted. <<chart_data>>".
6 error_bar(type:error_bar.T) default="The style of the error bar. <<error_bar>>".
7 data_label_format(type:printf format string) default="The format string for the label printed 
8                           beside a sample point.
9                           It can be a `printf' style format string, or 
10                           a two-parameter function that takes the (x, y)
11                           values and returns a string. The appearance of the string produced here can be
12 controlled using escape sequences. <<font>>".
13 ycol(type:int) default="The column, within attribute "data", from which the Y values of sample points are extracted. <<chart_data>>".
14 label(type:str) default="The label to be displayed in the legend. <<legend>>, <<font>>".
15 line_style(type:line_style.T) default="The style of the line. ".
16     By default, a style is picked from standard styles round-robin.
17     See also pychart.line_style
18     
19 y_error_plus_col(type:int) default="The column (within "data") from which the height of the errorbar is extracted. Meaningful only when error_bar != None. <<error_bar>>".
20 tick_mark(type:tick_mark.T) default="Tick marks to be displayed at each sample point. <<tick_mark>>".
21 y_error_minus_col(type:int) default="The column (within "data") from which the depth of the errorbar is extracted. Meaningful only when error_bar != None. <<error_bar>>".
22 data_label_offset(type:(x,y)) default="The location of data labels relative to the sample point. Meaningful only when data_label_format != None.".
23 data(type:any) default="Specifies the data points. <<chart_data>>".
24 y_qerror_plus_col(type:int) default="<<error_bar>>".
25 """
26