ChartElementCollection<T> Class
Represents a collection of chart elements.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Type Parameters
Name |
---|
T |
Remarks
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.
Inheritance
Object
Collection<T>
ObservableCollection<T>
ChartDependencyObjectCollection<T>
ChartElementCollection<T>
See Also