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