Specifies the step by which axis labels can be incrementally rotated to fit within the chart.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum ChartAllowLabelRotation
Visual Basic
Public Enumeration ChartAllowLabelRotation

Members

Member nameDescription
Rotate90 Rotate in 90 degree increments.
Rotate30 Rotate in 30 degree increments
Rotate45 Rotate in 45 degree increments
None Rotation is not allowed.

See Also