DoubleCollection
Class
Collection base object example. Used for a data binding demostration only
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class DoubleCollection : CollectionBase
Inheritance: objectCollectionBaseDoubleCollection
Constructors
C#
public DoubleCollection()
Properties
this[int]
double
C#
public double this[int index] { get; set; }
Methods
Add(double)
int
C#
public int Add(double value)
int
Contains(double)
bool
C#
public bool Contains(double value)
bool
C#
public int IndexOf(double value)
int
Data load method
C#
public void InitData()
C#
public void Insert(int index, double value)
C#
protected override void OnInsert(int index, object value)
Overrides:
C#
protected override void OnRemove(int index, object value)
Overrides:
C#
protected override void OnSet(int index, object oldValue, object newValue)
Overrides:
C#
protected override void OnValidate(object value)
Overrides:
C#
public void Remove(double value)