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