The TwxChartPenCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds a TwxChartPen to the collection.
| |
| Clear | (Inherited from ValidatingList.) | |
| Contains |
Gets whether the specified TwxChartPen is contained in this collection.
| |
| CopyTo | (Inherited from ValidatingList.) | |
| EnsureUniqueName |
Checks uniqueness of a pen name and creates new one
if this one already exists.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Get |
Searches through the list for a pen with given name.
| |
| GetEnumerator | (Inherited from ValidatingList.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Gets the index in the collection of the specified TwxChartPen or -1 if the pen is not contained.
| |
| Insert |
Inserts a TwxChartPen into the collection at the specified index.
| |
| OnClearComplete | (Inherited from NotifyValidatingList.) | |
| OnCollectionChanged | (Inherited from NotifyValidatingList.) | |
| OnCollectionChanging | (Inherited from NotifyValidatingList.) | |
| OnSet | (Inherited from NotifyValidatingList.) | |
| Remove |
Removes a TwxChartPen from this collection.
| |
| RemoveAt | (Inherited from ValidatingList.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count | (Inherited from ValidatingList.) | |
| InnerList | (Inherited from ValidatingList.) | |
| IsFixedSize | (Inherited from ValidatingList.) | |
| IsSynchronized | (Inherited from ValidatingList.) | |
| Item |
Gets or sets the TwxChartPen at the specified index.
| |
| List | (Inherited from ValidatingList.) | |
| SyncRoot | (Inherited from ValidatingList.) |
Events
| Name | Description | |
|---|---|---|
| CollectionChanged | (Inherited from NotifyValidatingList.) | |
| CollectionChanging | (Inherited from NotifyValidatingList.) |