maui-devexpress-dot-maui-dot-charts-dot-chartcollection-1.md
The base class for all collections within the Chart controls.
Namespace : DevExpress.Maui.Charts
Assembly : DevExpress.Maui.Charts.dll
NuGet Package : DevExpress.Maui.Charts
public class ChartCollection<T> :
ObservableCollection<T>,
IWrappedElement
where T : IChartElement
| Name | Description |
|---|---|
| T |
The type of objects the collection stores.
|
IList<T>
ICollection<T>
IEnumerable<T>
Show 13 items
System.Object Collection<T> ObservableCollection<T> ChartCollection<T> ColorStopCollection
DateTimeConstantLineCollection
QualitativeConstantLineCollection
YieldIfNotNull<ChartCollection<T>>()
Flatten<T>(Func<T, IEnumerable<T>>)
Flatten<T>(Func<T, Int32, IEnumerable<T>>)
ToReadOnlyObservableCollection<T>()
See Also