SRGraphLegend::AutoSize_Flags

enum SRGraphLegend {
	AUTO_SIZE_X,
	AUTO_SIZE_Y,
	KEEP_LEFT,
	KEEP_TOP,
};

Bit flags used by SetAutoSize()

Defined in: SRGraphLegend.h

Members

AUTO_SIZE_X

Set to bunch legend data to the right or left

AUTO_SIZE_Y

Set to bunch legend data to the top or bottom

KEEP_LEFT

Set this bit along with AUTO_SIZE_X to bunch to the left

KEEP_TOP

Set this bit along with AUTO_SIZE_Y to bunch to the top