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