Gets or sets the type border drawn around the data point label.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
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.