SeriesPointCollectionModel Class
In This Article
The SeriesPointCollection model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.2.Wizard.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
[ModelOf(typeof(SeriesPointCollection))]
public class SeriesPointCollectionModel :
ChartCollectionBaseModel,
IBindingList,
IList,
ICollection,
IEnumerable
#Related API Members
The following members return SeriesPointCollectionModel objects:
#Inheritance
Object
ChartElementModel
ChartCollectionBaseModel
SeriesPointCollectionModel
See Also