wpf-devexpress-dot-xpf-dot-charts-dot-chartdependencyobjectcollection-1.md
Represents a collection of ChartDependencyObject instances.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public abstract class ChartDependencyObjectCollection<T> :
ObservableCollection<T>,
ISupportInitialize,
IOwnedElement
Public MustInherit Class ChartDependencyObjectCollection(Of T)
Inherits ObservableCollection(Of T)
Implements ISupportInitialize,
IOwnedElement
| Name |
|---|
| T |
Show 36 items
Object Collection<T> ObservableCollection<T> ChartDependencyObjectCollection<T> ChartElementCollection<T>
ChartCalculatedFieldCollection
SeriesAnimationActionCollection
Diagram3DAnimationActionCollection
ChartAnimationRecordCollection
SeriesPointAnimationActionCollection
See Also