MindFusion.Charting Programmer's Guide

RadarChart.InnerAxisLabels Property

See Also
 





Gets or sets custom labels for the inner axis.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public IList InnerAxisLabels { get; set; }

Visual Basic  Copy Code

Public Property InnerAxisLabels As IList

 Property Value

A property of type .NET IList.

 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