GrFmtFlags Type (Enumeration)

graphing.h, unknown.h

enum GrFmtFlags {
GR_SEQ_TIME = 0x8000, GR_SEQ_WEB = 0x4000, GR_BUILD_WEB = 0x2000, GR_3dEXPAND = 0x0800, GR_COORDOFF = 0x0080, GR_SIMUL = 0x0040, GR_GRIDON = 0x0020, GR_AXESOFF = 0x0010,GR_AXESBOX = 0x0008, GR_LABELSON = 0x0004,GR_LEAD_CURSOR = 0x0002, GR_COORD_POLAR = 0x0001
};

Enumerates different Graph Format flags for the GR_MODES struct.

Enumerates different Graph Format flags. The meaning of these flags is given in the description of GR_MODES.


See also: GR_MODES, GR_WIN_VARS