Back to Devexpress

ChartCollection<T> Class

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-dot-chartcollection-1.md

latest3.0 KB
Original Source

ChartCollection<T> Class

The base class for all collections within the Chart controls.

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public class ChartCollection<T> :
    ObservableCollection<T>,
    IWrappedElement
    where T : IChartElement

Type Parameters

NameDescription
T

The type of objects the collection stores.

|

Implements

IList<T>

ICollection<T>

IReadOnlyList<T>

IReadOnlyCollection<T>

IEnumerable<T>

IList

ICollection

IEnumerable

INotifyCollectionChanged

INotifyPropertyChanged

Inheritance

Show 13 items

Object Collection<T> ObservableCollection<T> ChartCollection<T> ColorStopCollection

DateTimeConstantLineCollection

DateTimeStripCollection

NumericConstantLineCollection

NumericStripCollection

PieSeriesCollection

QualitativeConstantLineCollection

QualitativeStripCollection

SeriesCollection

See Also

ChartCollection<T> Members

DevExpress.XamarinForms.Charts Namespace