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

In This Topic
    Border Property (ChartTitle)
    In This Topic
    Gets or sets a value indicating whether the title has border.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ChartTitle.Border", "Gets or sets a value indicating whether the title has border.")>
    <DefaultValueAttribute(False)>
    Public Property Border As Boolean
    [C1Description("ChartTitle.Border", "Gets or sets a value indicating whether the title has border.")]
    [DefaultValue(false)]
    public bool Border {get; set;}
    See Also