MindFusion.Charting Programmer's Guide

LineChart.LabelBorder Property

See Also
 





Gets or sets the border of data labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Border LabelBorder { get; set; }

Visual Basic  Copy Code

Public Property LabelBorder As Border

 Property Value

One of the Border Enumeration values.

 Remarks

The border is drawn with LabelBorderOutline and painted with LabelBorderBackground. LabelBorderMargin sets the space between the label and its border.

Default value for the LabelBorder property is Border.None.

 See Also