MindFusion.Charting Programmer's Guide

RadarPiece.OuterLabel Property

See Also
 





Gets the outer label drawn at this RadarPiece.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string OuterLabel { get; }

Visual Basic  Copy Code

Public ReadOnly Property OuterLabel As String

 Property Value

A string that represents the outer label for this RadarPiece.

 Remarks

Use OuterLabels to specifies the text drawn in the middle of each segment in radar charts.

 See Also