FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DAxis Class / AnnoVerticalText Property

In This Topic
    AnnoVerticalText Property (Chart2DAxis)
    In This Topic
    Gets or sets whether annotation text is displayed vertically.
    Syntax
    'Declaration
     
    Public Property AnnoVerticalText As Boolean
    public bool AnnoVerticalText {get; set;}
    Remarks
    AnnoVerticalText allows some double byte characters to be rendered from top to bottom instead of left to right. For single byte characters AnnoVerticalText appears as rotated text, 90 degrees in the clockwise direction.
    See Also