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