Gets or sets the margin between the inner label and its border.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public float InnerLabelBorderMargin { get; set; } |
Visual Basic
![]() |
---|
Public Property InnerLabelBorderMargin As Single |
A float value. Default is 5f.
The property specifies the space between the inner label and its border. The border is set with InnerLabelBorder. The border rectangle is drawn with InnerLabelOutline and filled with InnerLabelBackground.