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

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