SRGraphLabel::LocationPoints

enum SRGraphLabel {
	MidLeft,
	TopLeft,
	TopCenter,
	TopRight,
	MidRight,
	BottomRight,
	BottomCenter,
	BottomLeft,
	MidCenter,
};

Label location and rotation points (VertHoriz)

Defined in: SRGraphLabel.h

Members

MidLeft

MidLeft=0

TopLeft

TopLeft=1

TopCenter

TopCenter=2

TopRight

TopRight=3

MidRight

MidRight=4

BottomRight

BottomRight=5

BottomCenter

BottomCenter=6

BottomLeft

BottomLeft=7

MidCenter

MidCenter=8