SRGraphLabel::LabelStandards
enum SRGraphLabel {
Normal,
Upward,
Inverted,
Downward,
Angled,
};
Standard label orientations (measurements in degrees)
Defined in: SRGraphLabel.h
Members
Normal
Normal = 0
Upward
Upward = 90
Inverted
Inverted = 180
Downward
Downward = 270
Angled
Some value other than the four above






