ChartDependencyObjectCollection<T> Class
Represents a collection of ChartDependencyObject instances.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
public abstract class ChartDependencyObjectCollection<T> :
ObservableCollection<T>,
ISupportInitialize,
IOwnedElement
Type Parameters
Name |
---|
T |
Inheritance
Object
Collection<T>
ObservableCollection<T>
ChartDependencyObjectCollection<T>
See Also