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



In This Topic
    BorderStyle Property
    In This Topic
    Gets or sets the border style of the label.
    Syntax
    'Declaration
     
    
    Public Property BorderStyle As ChartStyle
    'Usage
     
    
    Dim instance As DataLabelBase
    Dim value As ChartStyle
     
    instance.BorderStyle = value
     
    value = instance.BorderStyle
    public ChartStyle BorderStyle {get; set;}
    public:
    property ChartStyle^ BorderStyle {
       ChartStyle^ get();
       void set (    ChartStyle^ value);
    }
    See Also