MindFusion.Charting Programmer's Guide

RadarChart.InnerAxisLabels Property

See Also
 





Gets or sets custom labels for the inner axis.

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

 Syntax

C#  Copy Code

public IList InnerAxisLabels { get; }

Visual Basic  Copy Code

Public ReadOnly Property InnerAxisLabels As IList

 Property Value

An object of type .NET IList that holds the labels.

 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