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#
![]() |
---|
public IList LabelsSource { get; set; } |
Visual Basic
![]() |
---|
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.
MindFusion.Charting for WPF Programmer's Guide | © 2025 MindFusion |