![]() |
![]() |
![]() |
GOffice Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
GogColorScale; GogAxis * gog_color_scale_get_axis (GogColorScale *scale
); void gog_color_scale_set_axis (GogColorScale *scale
,GogAxis *axis
);
"axis" gchar* : Read / Write "horizontal" gboolean : Read / Write "tick-size-pts" gint : Read / Write "width" gdouble : Read / Write
A color scale has two parts: an axis, and a rectangle filled by the colors corresponding to the axis scale. It can be displayed horizontally or vertically.
GogAxis * gog_color_scale_get_axis (GogColorScale *scale
);
Gets the axis mapping to the colors and associated with scale
|
GogColorScale |
Returns : |
the associated axis. [transfer none] |
void gog_color_scale_set_axis (GogColorScale *scale
,GogAxis *axis
);
Associates the axis with scale
.
|
GogColorScale |
|
a color or pseudo-3d axis |
"axis"
property"axis" gchar* : Read / Write
Reference to the color or pseudo-3d axis.
Default value: NULL
"horizontal"
property"horizontal" gboolean : Read / Write
Whether to display the scale horizontally.
Default value: FALSE
"tick-size-pts"
property"tick-size-pts" gint : Read / Write
Size of the tick marks, in points.
Allowed values: [0,20]
Default value: 4
"width"
property"width" gdouble : Read / Write
Color scale thickness.
Allowed values: [1,255]
Default value: 10