Gets or sets the margin between the outer label and its border.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public float OuterLabelBorderMargin { get; set; } |
Visual Basic
![]() |
---|
Public Property OuterLabelBorderMargin As Single |
A float value. Default is 5f.
The property specifies the space between the outer label and its border.
Outer labels in pies are drawn with border set by OuterLabelBorder. The border rectangle is drawn with OuterLabelOutline and filled with OuterLabelBackground.