LabelRotation
public enum LabelRotationLabel rotation presets for axis labels.
Fields
Section titled “Fields”
Auto = 0Automatically determine rotation based on available space.
Returns
ChartGuru.LabelRotation — No return description is available.
Horizontal
Section titled “Horizontal”Horizontal = 1Horizontal text (0 degrees).
Returns
ChartGuru.LabelRotation — No return description is available.
Left45
Section titled “Left45”Left45 = 2Rotated 45 degrees counter-clockwise.
Returns
ChartGuru.LabelRotation — No return description is available.
Left90
Section titled “Left90”Left90 = 3Rotated 90 degrees counter-clockwise (vertical, reading bottom to top).
Returns
ChartGuru.LabelRotation — No return description is available.
Right45
Section titled “Right45”Right45 = 4Rotated 45 degrees clockwise.
Returns
ChartGuru.LabelRotation — No return description is available.
Right90
Section titled “Right90”Right90 = 5Rotated 90 degrees clockwise (vertical, reading top to bottom).
Returns
ChartGuru.LabelRotation — No return description is available.