MindFusion.Charting Programmer's Guide
RadarChart.OuterLabelOutline Property
See Also
 





Gets or sets the pen that outlines the border box drawn around outer labels.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public Pen OuterLabelOutline { get; set; }

Visual Basic  Copy Code

Public Property OuterLabelOutline As Pen

 Property Value

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

 Remarks

Use OuterLabelBorder to specify the type of border drawn around OuterLabels. The border rectangle is filled with OuterLabelBackground. OuterLabelMargin specifies the space between the outer label and its border.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting.WinForms Namespace