Gets or sets the pen for filling the border rectangle of pie inner labels.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public Brush InnerLabelBackground { get; set; } |
Visual Basic
![]() |
---|
Public Property InnerLabelBackground As Brush |
An object of type MindFusion.Drawing.Brush class.
Use InnerLabelBorder to set the type of the border. The outline of the border rectangle is drawn with InnerLabelOutline. InnerLabelBorderMargin specifies the space between the label and the border.
Default value for the InnerLabelBackground property is a light blue SolidBrush.