Gets or sets the labels drawn at data points. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C#
![]() |
---|
public IList Labels { get; set; } |
Visual Basic
![]() |
---|
Public Property Labels As IList |
A list of objects to use as labels. The default is an empty list.
When the labels are not strings they are converted using their ToString method.
MindFusion.Charting for WPF Programmer's Guide | © 2025 MindFusion |