ChartCollection<T> Class
The base class for all collections within the Chart controls.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
Declaration
public class ChartCollection<T> :
ObservableCollection<T>,
IWrappedElement
where T : IChartElement
Type Parameters
Name | Description |
---|---|
T | The type of objects the collection stores. |
Inheritance
See Also