MindFusion.Charting Programmer's Guide

RadarChart.OuterLabelBackground Property

See Also
 





Gets or sets the brush for filling the background of the border for outer labels.

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

 Syntax

C#  Copy Code

public Brush OuterLabelBackground { get; set; }

Visual Basic  Copy Code

Public Property OuterLabelBackground As Brush

 Property Value

An instance of MindFusion.Drawing.Brush class. Default is light blue SolidBrush.

 Remarks

The border around OuterLabels is set with OuterLabelBorder. It is drawn with OuterLabelOutline. The space between the outer label and its border is set with OuterLabelMargin.

 See Also