Represents an observable collection of Legend objects.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public class LegendsCollection : ObservableCollection<Legend> |
Visual Basic Copy Code |
---|
Public Class LegendsCollection |
System.Object
System.Collections.ObjectModel.Collection(Legend)
System.Collections.ObjectModel.ObservableCollection(Legend)
MindFusion.Charting.Wpf.LegendsCollection