GooData Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
struct GooPolax; struct GooPolaxClass;GooCanvasItem * goo_polax_new (,
GooCanvasItem *Parent,
GooType X,
GooType Y,
GooType Width_,
GooType Height,
gchar *Text...
);
GooPolax is a subclass of goo_canvas_item_raise()
goo_canvas_item_rotate()
To create a GooPolax use goo_polax_new()
.
...
GooCanvasItem * goo_polax_new (,
GooCanvasItem *Parent,
GooType X,
GooType Y,
GooType Width_,
GooType Height,
gchar *Text...
);
Creates a new simple curve item.
The simple curve does support points scaled by one or two axis. If you need smooth lines, markers, error-markers, areas, perpendiculars or vectors, have a look at GooCurve2d.
To draw points only (and omit the lines between the points) a line
dash has to be set. It have to have exact two entries, the first is 0.0
and the second is greater than the sum of both axis length (the
height + width of the background box). Use
CAIRO_LINE_CAP_ROUND
CAIRO_LINE_CAP_SQUARE
|
the parent item, or NULL g_object_unref() |
|
the x coordinate of the left top corner of the area for the pie chart. |
|
the y coordinate of the left top corner of the area for the pie chart |
|
the width of the area for the pie chart |
|
the height of the area for the pie chart |
|
the label text for the axis. You can use Pango markup language to format the text. |
|
optional pairs of property names and values, and a terminating NULL |
Returns : |
a new Polax item. [transfer full] |
Since 0.0