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
public class ChartCollection<T> :
ObservableCollection<T>,
IWrappedElement
where T : IChartElement
#Type Parameters
Name | Description |
---|---|
T | The type of objects the collection stores. |