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



In This Topic
    Border Property
    In This Topic
    Gets or sets a value indicating whether the label has border.
    Syntax
    'Declaration
     
    
    Public Property Border As Boolean
    'Usage
     
    
    Dim instance As DataLabelBase
    Dim value As Boolean
     
    instance.Border = value
     
    value = instance.Border
    public bool Border {get; set;}
    public:
    property bool Border {
       bool get();
       void set (    bool value);
    }
    See Also