MindFusion.Charting Programmer's Guide

LineChart.LabelBorderBackground Property

See Also
 





Gets or sets the brush for the background of the LabelBorder.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Brush LabelBorderBackground { get; set; }

Visual Basic  Copy Code

Public Property LabelBorderBackground As Brush

 Property Value

An object of type MindFusion.Drawing.Brush class.

 Remarks

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.

 See Also