GogGrid
GogGrid — Chart backplane
|
|
Details
enum GogGridType
typedef enum {
GOG_GRID_UNKNOWN = -1,
GOG_GRID_XY,
GOG_GRID_YZ,
GOG_GRID_ZX,
GOG_GRID_TYPES
} GogGridType;
gog_grid_get_gtype ()
GogGridType gog_grid_get_gtype (GogGrid const *grid);
gog_grid_set_gtype ()
void gog_grid_set_gtype (GogGrid *grid,
GogGridType type);