MindFusion.Wpf Pack Programmer's Guide
RadarSeries.Labels Property
See Also
 





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

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

 Syntax

C#  Copy Code

public IList Labels { get; set; }

Visual Basic  Copy Code

Public Property Labels As IList

 Property Value

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

 See Also

RadarSeries Members
RadarSeries Class
MindFusion.Charting.Wpf Namespace