MindFusion WinForms Programmer's Guide
RadarChart.OuterAxisLabelMargin Property
See Also
 





Gets or sets the space between the outer axis label and its border.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float OuterAxisLabelMargin { get; set; }

Visual Basic  Copy Code

Public Property OuterAxisLabelMargin As Single

 Property Value

A float value. Default is 5f.

 Remarks

Use OuterAxisLabelBorder to specify the border type. The border rectangle is drawn with OuterAxisLabelOutline and filled with OuterAxisLabelBackground.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting Namespace