Gets or sets the border of data labels.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public Border LabelBorder { get; set; } |
Visual Basic
![]() |
---|
Public Property LabelBorder As Border |
One of the Border Enumeration values.
The border is drawn with LabelBorderOutline and painted with LabelBorderBackground. LabelBorderMargin sets the space between the label and its border.
Default value for the LabelBorder property is Border.None.