Gets or sets the brush for filling the background of the border for outer labels. Namespace: MindFusion.Charting.WebForms
|
C#
![]() |
---|
public Brush OuterLabelBackground { get; set; } |
Visual Basic
![]() |
---|
Public Property OuterLabelBackground As Brush |
An instance of 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.