Skip to main content

ChartDependencyObjectCollection<T> Class

Represents a collection of ChartDependencyObject instances.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public abstract class ChartDependencyObjectCollection<T> :
    ObservableCollection<T>,
    ISupportInitialize,
    IOwnedElement

Type Parameters

Name
T
See Also