ChartFormulaParameterCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of ChartFormulaParameter objects.
The ChartFormulaParameterCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateChartObject(Int32) | Infrastructure. (Inherited from ChartObjectCollectionBase<T, U>.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetEnumerator() | Infrastructure. (Inherited from ChartObjectCollectionBase<T, U>.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. (Overrides ChartObjectCollectionBase<T, U>.Count.) | |
Item[String] | Gets the item of the specified name. | |
Item[Int32] | Gets an item in the collection by its index. (Inherited from ChartObjectCollectionBase<T, U>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator() | Infrastructure. (Inherited from ChartObjectCollectionBase<T, U>.) |
Top