Gets or sets the source of the labels that are used by this legend. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public IList LabelsSource { get; set; } |
Visual Basic Copy Code |
---|
Public Property LabelsSource As IList |
A list of objects that represent the labels. The default is an empty list.
When the labels are not strings their are converted using the standard ToString method.