Gets or sets the Brush that fills the border rectangle of OuterLabels. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public Brush OuterLabelBackground { get; set; } |
Visual Basic
![]() |
---|
Public Property OuterLabelBackground As Brush |
An object of type MindFusion.Drawing.Brush class. Default is light blue SolidBrush.
The border around OuterLabels is set with OuterLabelBorder. It is drawn with OuterLabelOutline. The space between the outer label and its border is set with OuterLabelMargin.