MindFusion.Wpf Pack Programmer's Guide
LegendsCollection Class
See Also
 





Represents an observable collection of Legend objects.

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

 Syntax

C#  Copy Code

public class LegendsCollection : ObservableCollection<Legend>

Visual Basic  Copy Code

Public Class LegendsCollection
    Inherits ObservableCollection(Of Legend)

 Inheritance Hierarchy

System.Object
    System.Collections.ObjectModel.Collection(Legend)
        System.Collections.ObjectModel.ObservableCollection(Legend)
            MindFusion.Charting.Wpf.LegendsCollection

 See Also

LegendsCollection Members
MindFusion.Charting.Wpf Namespace