Skip to main content
A newer version of this page is available. .

ChartElementCollection<T> Class

Represents a collection of chart elements.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public abstract class ChartElementCollection<T> :
    ChartDependencyObjectCollection<T>

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.

See Also