Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Series Class / LabelBorder Property


In This Topic
    LabelBorder Property
    In This Topic
    Gets or sets the border around the data labels.
    Syntax
    'Declaration
     
    
    Public Property LabelBorder As Line
    'Usage
     
    
    Dim instance As Series
    Dim value As Line
     
    instance.LabelBorder = value
     
    value = instance.LabelBorder
    public Line LabelBorder {get; set;}
    Remarks
    A value of null (Nothing in VB) indicates that the border will be automatically determined.
    See Also