[RELEASE] OpenERP 5.0.12
[odoo/odoo.git] / bin / pychart / line_style_doc.py
1 # automatically generated by generate_docs.py.
2 doc="""Attributes supported by this class are:
3 color(type:color.T) default="The color of the line.".
4 width(type:length in points (\\xref{unit})) default="Width of the line, in points.".
5 dash(type:tuple) default="The value
6               of None will draw a solid line. Otherwise, this
7               attribute specifies the style of dashed lines. 
8               The 2N'th value specifies the length of the line (in points), 
9               and 2N+1'th value specifies the length of the blank.
10
11               For example, the dash style of (3,2,4,1) draws a dashed line that
12               looks like @samp{---__----_---__----_...}.
13               ".
14 cap_style(type:int) default="Defines the style of the tip of the line segment.
15                   0: butt cap (square cutoff, with no projection beyond),
16                   1: round cap (arc), 2: projecting square cap
17                   (square cutoff, but the line extends half the line width).
18                   See also Postscript/PDF reference manual.".
19 join_style(type:int) default="Join style. 0: Miter join (sharp, pointed corners),
20                    1: round join (rounded corners),
21                    2: bevel join (flattened corners).
22                    See also Postscript/PDF reference manual.".
23 """
24