ChartElementCollection<T> Class
In This Article
Represents a collection of chart elements.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.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 Chart
#Inheritance
Show 36 items
Object
Collection<T>
ObservableCollection<T>
ChartDependencyObjectCollection<T>
ChartElementCollection<T>
See Also