Back to Devexpress

ChartDependencyObjectCollection<T> Class

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

latest4.0 KB
Original Source

ChartDependencyObjectCollection<T> Class

Represents a collection of ChartDependencyObject instances.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class ChartDependencyObjectCollection<T> :
    ObservableCollection<T>,
    ISupportInitialize,
    IOwnedElement
vb
Public MustInherit Class ChartDependencyObjectCollection(Of T)
    Inherits ObservableCollection(Of T)
    Implements ISupportInitialize,
               IOwnedElement

Type Parameters

Name
T

Inheritance

Show 36 items

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

SecondaryAxisXCollection

SecondaryAxisYCollection

VisibilityInPaneCollection

ChartCalculatedFieldCollection

CustomLegendItemCollection

AnnotationCollection

DataFilterCollection

PaneCollection

SeriesPoint3DCollection

ConstantLineCollection

IndicatorCollection

SeriesAnimationActionCollection

SeriesCollection

TimeIntervalCollection

Diagram3DAnimationActionCollection

TitleCollection

DiagramLightingCollection

ScaleBreakCollection

ChartTitleCollection

ChartAnimationCollection

ChartAnimationRecordCollection

ColorStopCollection

CustomAxisLabelCollection

CustomBar3DSectionCollection

LayoutDefinitionCollection

LegendCollection

Series3DCollection

SeriesPointAnimationActionCollection

SeriesPointCollection

StripCollection

WorkTimeRuleCollection

See Also

ChartDependencyObjectCollection<T> Members

ChartDependencyObject

DevExpress.Xpf.Charts Namespace