FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace : LabelAreaCollection Class |
The following tables list the members exposed by LabelAreaCollection.
Name | Description | |
---|---|---|
Count | Gets the number of label areas in the collection. | |
Item | Gets or sets the label area at the specified index. |
Name | Description | |
---|---|---|
Add | Adds a label area to the collection. | |
AddRange | Adds an array of label areas to the collection. | |
Clear | Removes all label areas from the collection. | |
Contains | Determines whether the collection contains a specific label area. | |
CopyTo | Copies the label 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 label area in the collection. | |
Insert | Inserts a label area into the collection at the specified index. | |
InsertRange | Inserts an array of label areas into the collection at the specified index. | |
ReadXml | Generates an object from its XML representation | |
Remove | Removes a label area from the collection. | |
RemoveAt | Remove a label area from the collection at the specified index. | |
WriteXml | Converts an object into its XML representation. |