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





Gets or sets custom labels for the inner axis.

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

 Syntax

C#  Copy Code

public IList InnerAxisLabels { get; set; }

Visual Basic  Copy Code

Public Property InnerAxisLabels As IList

 Property Value

An instance of type .NET IList that holds custom labels for the inner axis.

 Remarks

The property specifies the custom labels for the inner axis. Inner labels are drawn at the scale divisions of the inner axes. The inner labels might not only be custom text, but also numbers. The InnerAxisLabelType property specifies the type of the labels.

Radar / polar charts can also have labels at radar segments and / or at the crossing points of the inner and outer axes. The type of labels is set with InnerAxisLabelType.

Default value for the InnerAxisLabels property is an empty list.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting.WinForms Namespace