Gets or sets the orientation of the title text.

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