MindFusion.Wpf Pack Programmer's Guide
RadarChart.InnerLabels Property
See Also
 





Gets or sets the custom labels for the inner axis. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public IList InnerLabels { get; set; }

Visual Basic  Copy Code

Public Property InnerLabels As IList

 Property Value

A list of objects to use as labels. The default is an empty list.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting.Wpf Namespace