MindFusion.Charting Programmer's Guide

RadarChart.OuterLabelBorder Property

See Also
 





Gets or sets the type border drawn around outer labels.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public Border OuterLabelBorder { get; set; }

Visual Basic  Copy Code

Public Property OuterLabelBorder As Border

 Property Value

One of the Border Enumeration values. Default is Border.None.

 Remarks

The border rectangle of OuterLabels is drawn with OuterLabelOutline and filled with OuterLabelBackground. The space between the outer label and its border is set with OuterLabelMargin.

 See Also