MindFusion.Charting Programmer's Guide

RadarPiece.AxisLabel Property

See Also
 





Gets the axis label drawn at this RadarPiece.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string AxisLabel { get; }

Visual Basic  Copy Code

Public ReadOnly Property AxisLabel As String

 Property Value

A string that represents the label.

 Remarks

The label at the axis for each RadarPiece depends on the value of OuterAxisLabelType. Custom labels are set with OuterAxisLabels.

 See Also