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;}
Example
This example adds a series label.
See Also