Top | ![]() |
![]() |
![]() |
![]() |
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
void gog_color_scale_set_axis (GogColorScale *scale
,GogAxis *axis
);
Associates the axis with scale
.