~openerp-groupes/openobject-server/6.0-fix-setup-windows

« back to all changes in this revision

Viewing changes to bin/pychart/area_doc.py

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-3f10ee12cea3c4c75cef44ab04ad33ef47432907
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# automatically generated by generate_docs.py.
 
2
doc="""Attributes supported by this class are:
 
3
plots(type:list) default="Used only internally by pychart.".
 
4
loc(type:(x,y)) default="The location of the bottom-left corner of the chart.
 
5
@cindex chart location
 
6
@cindex location, chart
 
7
".
 
8
y_grid_style(type:line_style.T) default="The style of vertical grid lines.".
 
9
y_grid_interval(type:Number or function) default="The vertical grid-line interval. See also x_grid_interval".
 
10
x_grid_over_plot(type:int) default="If True, grid lines are drawn over plots. Otherwise, plots are drawn over grid lines.".
 
11
x_range(type:(x,y)) default="Specifies the range of X values that are displayed in the
 
12
    chart. IF the value is None, both the values are computed
 
13
    automatically from the samples.  Otherwise, the value must be a
 
14
    tuple of format (MIN, MAX). MIN and MAX must be either None or a
 
15
    number. If None, the value is computed automatically from the
 
16
    samples. For example, if x_range = (None,5), then the minimum X
 
17
    value is computed automatically, but the maximum X value is fixed
 
18
    at 5.".
 
19
y_coord(type:coord.T) default="Set the Y coordinate system.".
 
20
    A linear coordinate system.
 
21
    
 
22
y_range(type:(x,y)) default="Specifies the range of Y values that are displayed in the
 
23
    chart. IF the value is None, both the values are computed
 
24
    automatically from the samples.  Otherwise, the value must be a
 
25
    tuple of format (MIN, MAX). MIN and MAX must be either None or a
 
26
    number. If None, the value is computed automatically from the
 
27
    samples. For example, if y_range = (None,5), then the minimum Y
 
28
    value is computed automatically, but the maximum Y value is fixed
 
29
    at 5.".
 
30
x_axis(type:axis.X) default="The X axis. <<axis>>.".
 
31
bg_style(type:fill_style.T) default="Background fill-pattern.".
 
32
x_coord(type:coord.T) default="Set the X coordinate system.".
 
33
    A linear coordinate system.
 
34
    
 
35
legend(type:legend.T) default="The legend of the chart.".
 
36
    a legend is by default displayed in the right-center of the
 
37
    chart.
 
38
    
 
39
y_grid_over_plot(type:int) default="See x_grid_over_plot.".
 
40
x_axis2(type:axis.X) default="The second X axis. This axis should be non-None either when you want to display plots with two distinct domains or when
 
41
    you just want to display two axes at the top and bottom of the chart.
 
42
    <<axis>>".
 
43
y_axis2(type:axis.Y) default="The second Y axis. This axis should be non-None either when you want to display plots with two distinct ranges or when
 
44
                you just want to display two axes at the left and right of the chart. <<axis>>".
 
45
x_grid_style(type:line_style.T) default="The style of horizontal grid lines.
 
46
@cindex grid lines".
 
47
y_axis(type:axis.Y) default="The Y axis. <<axis>>.".
 
48
border_line_style(type:line_style.T) default="Line style of the outer frame of the chart.".
 
49
x_grid_interval(type:Number or function) default="The horizontal grid-line interval.
 
50
                        A numeric value
 
51
                        specifies the interval at which
 
52
                        lines are drawn. If value is a function, it
 
53
                        takes two arguments, (MIN, MAX), that tells
 
54
                        the minimum and maximum values found in the
 
55
                        sample data. The function should return a list
 
56
                        of values at which lines are drawn.".
 
57
size(type:(x,y)) default="The size of the chart-drawing area, excluding axis labels,
 
58
              legends, tick marks, etc.
 
59
@cindex chart size
 
60
@cindex size, chart              
 
61
              ".
 
62
"""
 
63