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