MindFusion.Wpf Pack Programmer's Guide
Chart.Legends Property
See Also
 





Gets or sets a list with the chart legends.

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

 Syntax

C#  Copy Code

public LegendsCollection Legends { get; }

Visual Basic  Copy Code

Public ReadOnly Property Legends As LegendsCollection

 Property Value

A list of Legend objects. The default is an empty collection.

 See Also

Chart Members
Chart Class
MindFusion.Charting.Wpf Namespace