Class ReadOnlyDataPointCollection
Represents a read-only collection of data points.
Inheritance
System.Object
ReadOnlyDataPointCollection
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class ReadOnlyDataPointCollection : ReadOnlyCollection<DataPoint>
Constructors
ReadOnlyDataPointCollection()
Initializes a new instance of the ReadOnlyDataPointCollection class.
Declaration
public ReadOnlyDataPointCollection()
ReadOnlyDataPointCollection(IList<DataPoint>)
Initializes a new instance of the ReadOnlyDataPointCollection class.
Declaration
public ReadOnlyDataPointCollection(IList<DataPoint> dataPoints)
Parameters
System.Collections.Generic.IList<DataPoint>
dataPoints
The data points. |