Search
LegendItem.Label Property
See Also
 





The label for this item. This is a dependency property.

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

 Syntax

C#  Copy Code

public Object Label { get; set; }

Visual Basic  Copy Code

Public Property Label As Object

 Property Value

An object to be used as label. The default is an empty string.

 See Also