ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / ChartTitle Class / BorderStyle Property

In This Topic
    BorderStyle Property (ChartTitle)
    In This Topic
    Gets the title border style.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ChartTitle.BorderStyle", "Gets the title border style.")>
    Public ReadOnly Property BorderStyle As ChartStyle
    [C1Description("ChartTitle.BorderStyle", "Gets the title border style.")]
    public ChartStyle BorderStyle {get;}
    See Also