MindFusion.Charting Programmer's Guide

RadarChart.OuterAxisLabelBorder Property

See Also
 





Gets or sets the type border drawn around outer axis labels.

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

 Syntax

C#  Copy Code

public Border OuterAxisLabelBorder { get; set; }

Visual Basic  Copy Code

Public Property OuterAxisLabelBorder As Border

 Property Value

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

 Remarks

Border rectangles around labels at the outer axis are drawn with OuterAxisLabelOutline and filled with OuterAxisLabelBackground. The space between the label and its border is set with OuterAxisLabelMargin.

The type of labels drawn at the outer axis depends on OuterAxisLabelType.

 See Also