Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Gets or sets the specified Color by numeric index. |
The following tables list the members exposed by Chart3DColorsCollection.
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Gets or sets the specified Color by numeric index. |
Name | Description | |
---|---|---|
InnerList | (Inherited from System.Collections.CollectionBase) | |
List | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
Add | Adds a new Color to the collection. | |
Clear | (Inherited from System.Collections.CollectionBase) | |
Contains | Determines if the specified Color is in the collection. | |
CopyTo | Copies the collection Color elements beginning with the specified index to an array of Color. | |
IndexOf | Gets the index of the specified Color in the collection. | |
Insert | Inserts the specified Color at the specified index in the collection. | |
Remove | Removes the specified Color from the collection. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
OnClear | (Inherited from System.Collections.CollectionBase) | |
OnClearComplete | (Inherited from System.Collections.CollectionBase) | |
OnInsert | (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Overridden. Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. | |
OnRemove | (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | Overridden. Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. | |
OnSet | (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | Overridden. Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. | |
OnValidate | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
ColorsChanged | Occurs when the collection is changed. |