Name | Description | |
---|---|---|
![]() | Count | Gets the number of plot areas in the collection. |
![]() | Item | Gets or sets the plot area at the specified index. |
The following tables list the members exposed by PlotAreaCollection.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of plot areas in the collection. |
![]() | Item | Gets or sets the plot area at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds a plot area to the collection. |
![]() | AddRange | Adds an array of plot areas to the collection. |
![]() | Clear | Removes all plot areas from the collection. |
![]() | Contains | Determines whether the collection contains a specific plot area. |
![]() | CopyTo | Copies the plot areas in the collection to an array, starting at the specified array index. |
![]() | GetEnumerator | Gets an enumerator that iterates through the collection. |
![]() | GetSchema | This method is reserved and should not be used. |
![]() | IndexOf | Determines the index of the plot area in the collection. |
![]() | Insert | Inserts a plot area into the collection at the specified index. |
![]() | InsertRange | Inserts an array of plot areas into the collection at the specified index. |
![]() | ReadXml | Generates an object from its XML representation. |
![]() | Remove | Removes a plot area from the collection. |
![]() | RemoveAt | Removes a plot area from the collection at the specified index. |
![]() | WriteXml | Converts an object into its XML representation. |
Name | Description | |
---|---|---|
![]() | OnChanged | Raises the Changed event. |
![]() | OnListChanged | Raises the ListChanged event. |
Name | Description | |
---|---|---|
![]() | Changed | Occurs when the collection is changed. |
![]() | ListChanged | Occurs when this list is changed, such as when an item in the list is added, inserted, deleted, or changed, or when the list is cleared. |