Gets or sets the type of border drawn around outer labels.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public Border OuterLabelBorder { get; set; } |
Visual Basic
![]() |
---|
Public Property OuterLabelBorder As Border |
One of the Border Enumeration values. Default is Border.None.
The border rectangle of OuterLabels is drawn with OuterLabelOutline and filled with OuterLabelBackground. The space between the outer label and its border is set with OuterLabelMargin.