The TwxChartPenCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a TwxChartPen to the collection.
Public methodClear (Inherited from ValidatingList.)
Public methodContains
Gets whether the specified TwxChartPen is contained in this collection.
Public methodCopyTo (Inherited from ValidatingList.)
Public methodEnsureUniqueName
Checks uniqueness of a pen name and creates new one if this one already exists.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGet
Searches through the list for a pen with given name.
Public methodGetEnumerator (Inherited from ValidatingList.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Gets the index in the collection of the specified TwxChartPen or -1 if the pen is not contained.
Public methodInsert
Inserts a TwxChartPen into the collection at the specified index.
Protected methodOnClearComplete (Inherited from NotifyValidatingList.)
Protected methodOnCollectionChanged (Inherited from NotifyValidatingList.)
Protected methodOnCollectionChanging (Inherited from NotifyValidatingList.)
Protected methodOnSet (Inherited from NotifyValidatingList.)
Public methodRemove
Removes a TwxChartPen from this collection.
Public methodRemoveAt (Inherited from ValidatingList.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also