Search
SeriesLegend.LabelsSource Property
See Also
 





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

 Syntax

C#  Copy Code

public IList LabelsSource { get; set; }

Visual Basic  Copy Code

Public Property LabelsSource As IList

 Property Value

A list of objects that represent the labels. The default is an empty list.

 Remarks

When the labels are not strings their are converted using the standard ToString method.

 See Also