Gets or sets the border drawn around outer axis labels.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public Border OuterAxisLabelBorder { get; set; } |
Visual Basic
![]() |
---|
Public Property OuterAxisLabelBorder As Border |
One of the Border Enumeration values. Default is Border.None.
Border rectangles around labels at the outer axis are drawn with OuterAxisLabelOutline and filled with OuterAxisLabelBackground. The space between the label and its border is set with OuterAxisLabelMargin.
The type of labels drawn at the outer axis depends on OuterAxisLabelType.