2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChartStyle Class / VerticalText Property

In This Topic
    VerticalText Property (baseChartStyle)
    In This Topic
    Gets or sets whether text is displayed vertically. For Western character sets, vertical text is similar to a 90 degree clockwise rotation. For Asian character sets, characters are placed vertically from top to bottom instead of right to left.
    Syntax
    'Declaration
     
    Public Property VerticalText As System.Boolean
    public System.bool VerticalText {get; set;}
    See Also