Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartAxisTitle Class / TextOrientation Property

In This Topic
    TextOrientation Property (ChartAxisTitle)
    In This Topic
    Gets or sets the text orientation.

    Default: Auto.

    Syntax
    'Declaration
     
    Public Property TextOrientation As RdlEnum(Of ChartTextOrientation)
    public RdlEnum<ChartTextOrientation> TextOrientation {get; set;}
    See Also