ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Style Class / VerticalText Property

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