Home | Trees | Indices | Help |
|
---|
|
This class represents a graph or the data you want to plot on your LineChart widget.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
__gproperties__ = {"name":(gobject.TYPE_STRING, "graph id", "T
|
|||
__gtype__ = <GType pygtk_chart+line_chart+Graph (169104040)>
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
Create a new instance.
|
|
|
Draws the title.
|
Draw the graph.
|
Get the the endpoints of the x interval.
|
Get the the endpoints of the y interval.
|
Get the name of the graph.
|
Returns the title of the graph.
|
Set the title of the graph.
|
Returns the current color of the graph or COLOR_AUTO.
|
Set the color of the graph. color has to be a (r, g, b) triple where r, g, b are between 0 and 1. If set to COLOR_AUTO, the color will be choosen dynamicly.
|
Returns the type of the graph.
|
Set the type of the graph to one of these:
|
Returns the radius of the data points.
|
Set the radius of the drawn points.
|
The return value of this method depends on the filling under the graph. See set_fill_to() for details. |
Use this method to specify how the space under the graph should be filled. fill_to has to be one of these:
The color of the filling is the graph's color with 30% opacity.
|
Set which color should be used when filling the space under a graph. If color is COLOR_AUTO, the graph's color will be used.
|
Set which opacity should be used when filling the space under a graph. The default is 0.3.
|
Returns True if y values are shown.
|
Set whether the y values should be shown (only if graph type is GRAPH_POINTS or GRAPH_BOTH).
|
Returns True if the title of the graph is shown.
|
Set whether to show the graph's title or not.
|
Add data to the graph.
|
Returns the data of the graph.
|
|
__gproperties__
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jul 11 13:28:31 2009 | http://epydoc.sourceforge.net |