2.5.7.3.1 BASIC_PLOT_SETTINGS


Name

BASIC_PLOT_SETTINGS

Description

Declaration

typedef struct tagBASIC_PLOT_SETTINGS
{
	int nLineColor;
	int nEdgeColor;
	int nFillColor;
	int nLineStyle;
	int nSymbolType;
	int nSymbolInterior;
	int nSymbolSize;
} BASIC_PLOT_SETTINGS;

Members

nLineColor
line color
nEdgeColor
for symbols
nFillColor
if symbol, or bar
nLineStyle
nSymbolType
nSymbolInterior
nSymbolSize

Remark

Examples

Header to Include

origin.h

See Also

Reference