Gets or sets the brush for the background of the LabelBorder.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public Brush LabelBorderBackground { get; set; } |
Visual Basic
![]() |
---|
Public Property LabelBorderBackground As Brush |
An object of type MindFusion.Drawing.Brush class.
Use LabelBorder to specify the type of the border. LabelBorderOutline specifies the pen for the border outline. LabelBorderMargin sets the space between the label and its border.
Default value for the LabelBorderBackground property is a light blue SolidBrush.