SeriesDataBindingCollection Members
Include Protected Members
Include Inherited Members
Provides the collection that stores the SeriesDataBindingCollection object.
The SeriesDataBindingCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SeriesDataBindingCollection | Initializes a new instance of the SeriesDataBindingCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Item[Int32] | Gets or sets the SeriesDataBinding element from the collection at the specified index. | |
Item[String] | Gets or sets the matching SeriesDataBinding object with the specified series name from the collection. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a SeriesDataBinding object to the end of the collection. | |
Find | Searches for the matching SeriesDataBinding object with the specified series name from the collection. | |
IndexOf | Retrieves the zero-based index of the first occurrence of a value in the collection. | |
Insert | Inserts the SeriesDataBinding element into the collection at the specified index. | |
Remove(String) | Removes the matching SeriesDataBinding object with the specified series name from the collection. | |
Remove(SeriesDataBinding) | Removes the first occurrence of a specific SeriesDataBinding object from the collection. |
Top