MindFusion.Charting Programmer's Guide

RadarChart.OuterAxisLabelMargin Property

See Also
 





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

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

 Syntax

C#  Copy Code

public float OuterAxisLabelMargin { get; }

Visual Basic  Copy Code

Public ReadOnly 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