Gets or sets the step by which axis labels can be incrementally rotated to fit within the chart.

Default: Rotate90.

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

Syntax

C#
public RdlEnum<ChartAllowLabelRotation> AllowLabelRotation { get; set; }
Visual Basic
Public Property AllowLabelRotation As RdlEnum(Of ChartAllowLabelRotation)
	Get
	Set

See Also