Gets or sets custom labels for the inner axis.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public IList InnerAxisLabels { get; set; } |
Visual Basic
![]() |
---|
Public Property InnerAxisLabels As IList |
A property of type .NET IList.
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.