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

In This Topic
    BorderStyle Property (DataLabelBase)
    In This Topic
    Gets the border style of data labels.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <C1DescriptionAttribute("DataLabelBase.BorderStyle", "Gets the border style of data labels.")>
    Public ReadOnly Property BorderStyle As ChartStyle
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [C1Description("DataLabelBase.BorderStyle", "Gets the border style of data labels.")]
    public ChartStyle BorderStyle {get;}
    See Also