Back to Devexpress

ChartElementCollection<T> Class

wpf-devexpress-dot-xpf-dot-charts-dot-chartelementcollection-1.md

latest4.0 KB
Original Source

ChartElementCollection<T> Class

Represents a collection of chart elements.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class ChartElementCollection<T> :
    ChartDependencyObjectCollection<T>
vb
Public MustInherit Class ChartElementCollection(Of T)
    Inherits ChartDependencyObjectCollection(Of 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.

Inheritance

Show 36 items

Object Collection<T> ObservableCollection<T> ChartDependencyObjectCollection<T> ChartElementCollection<T> AnnotationCollection

ChartAnimationCollection

ChartAnimationRecordCollection

ChartCalculatedFieldCollection

ColorStopCollection

ConstantLineCollection

CustomAxisLabelCollection

CustomBar3DSectionCollection

CustomLegendItemCollection

DataFilterCollection

Diagram3DAnimationActionCollection

DiagramLightingCollection

IndicatorCollection

LayoutDefinitionCollection

LegendCollection

PaneCollection

ScaleBreakCollection

SecondaryAxisXCollection

SecondaryAxisYCollection

Series3DCollection

SeriesAnimationActionCollection

SeriesCollection

SeriesPoint3DCollection

SeriesPointAnimationActionCollection

SeriesPointCollection

StripCollection

TimeIntervalCollection

TitleCollection

VisibilityInPaneCollection

WorkTimeRuleCollection

ChartTitleCollection

See Also

ChartElementCollection<T> Members

DevExpress.Xpf.Charts Namespace