wpf-devexpress-dot-xpf-dot-charts-dot-chartelementcollection-1.md
Represents a collection of chart elements.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public abstract class ChartElementCollection<T> :
ChartDependencyObjectCollection<T>
Public MustInherit Class ChartElementCollection(Of T)
Inherits ChartDependencyObjectCollection(Of T)
| Name |
|---|
| T |
The ChartElementCollection<T> class represents a collection of ChartElement objects or its descendants.
Note
All elements contained in this collection are added to the logical tree of the ChartControl.
Show 36 items
Object Collection<T> ObservableCollection<T> ChartDependencyObjectCollection<T> ChartElementCollection<T> AnnotationCollection
ChartAnimationRecordCollection
ChartCalculatedFieldCollection
Diagram3DAnimationActionCollection
SeriesAnimationActionCollection
SeriesPointAnimationActionCollection
See Also