'Declaration Public NotInheritable Class DataPointCollection Inherits System.Collections.ObjectModel.Collection(Of DataPoint)
public sealed class DataPointCollection : System.Collections.ObjectModel.Collection<DataPoint>
'Declaration Public NotInheritable Class DataPointCollection Inherits System.Collections.ObjectModel.Collection(Of DataPoint)
public sealed class DataPointCollection : System.Collections.ObjectModel.Collection<DataPoint>
System.Object
System.Collections.ObjectModel.Collection<T>
GrapeCity.ActiveReports.PageReportModel.DataPointCollection