Skip to content

LabelRotation

EnumChartGuruChartGuru
public enum LabelRotation

Label rotation presets for axis labels.

Auto = 0

Automatically determine rotation based on available space.

Returns

ChartGuru.LabelRotation — No return description is available.

Horizontal = 1

Horizontal text (0 degrees).

Returns

ChartGuru.LabelRotation — No return description is available.

Left45 = 2

Rotated 45 degrees counter-clockwise.

Returns

ChartGuru.LabelRotation — No return description is available.

Left90 = 3

Rotated 90 degrees counter-clockwise (vertical, reading bottom to top).

Returns

ChartGuru.LabelRotation — No return description is available.

Right45 = 4

Rotated 45 degrees clockwise.

Returns

ChartGuru.LabelRotation — No return description is available.

Right90 = 5

Rotated 90 degrees clockwise (vertical, reading top to bottom).

Returns

ChartGuru.LabelRotation — No return description is available.