Gets or sets the text orientation.

Default: Auto.

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

Syntax

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

See Also