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 Read
Declaration
public ReadOnlyDataPointCollection()
ReadOnlyDataPointCollection(IList<DataPoint>)
Initializes a new instance of the Read
Declaration
public ReadOnlyDataPointCollection(IList<DataPoint> dataPoints)
Parameters
System. The data points. |