ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / ChartStyle Class / VerticalText Property

In This Topic
    VerticalText Property (ChartStyle)
    In This Topic
    Gets or sets a value indicating whether the text should be rendered vertically.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ChartStyle.VerticalText", "Gets or sets a value indicating whether the text should be rendered vertically.")>
    Public Property VerticalText As Boolean
    [C1Description("ChartStyle.VerticalText", "Gets or sets a value indicating whether the text should be rendered vertically.")]
    public bool VerticalText {get; set;}
    See Also