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