Gets or sets the Brush for filling the border rectangle of pie outer labels. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public Brush OuterLabelBackground { get; set; } |
Visual Basic
![]() |
---|
Public Property OuterLabelBackground As Brush |
An object of type MindFusion.Drawing.Brush class.
Use OuterLabelBorder to specify the Border drawn around outer labels. OuterLabelOutline specifies the pen for drawing the border rectangle. The space between the label and its border is specified with OuterLabelBorderMargin.
Default value for the OuterLabelBackground property is a light blue SolidBrush.