LabelBorder Property (XYZSeries)
In This Topic
Gets or sets the border around the data labels.
Syntax
'Declaration
Public Property LabelBorder As Line
'Usage
Dim instance As XYZSeries
Dim value As Line
instance.LabelBorder = value
value = instance.LabelBorder
public Line LabelBorder {get; set;}
See Also