MindFusion.Charting Programmer's Guide

RadarChart.OuterAxisLabelOutline Property

See Also
 





Gets or sets the Pen that draws the border rectangle for outer axis labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Pen OuterAxisLabelOutline { get; set; }

Visual Basic  Copy Code

Public Property OuterAxisLabelOutline As Pen

 Property Value

An object of type MindFusion.Drawing.Pen. Default is a black Pen, width 1.

 Remarks

Use OuterAxisLabelBorder to specify the type of border drawn around labels at the outer axis. The border rectangle is filled with OuterAxisLabelBackground. The space between the label and its border is set with OuterAxisLabelMargin.

 See Also