GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart Namespace : LabelsCollection Class |
The following tables list the members exposed by LabelsCollection.
Name | Description | |
---|---|---|
Count | Gets the count of labels in the collection. | |
Item | Gets or sets the specified label in the collection. |
Name | Description | |
---|---|---|
Add | Adds a label to the collection. | |
AddRange | Adds a set of labels to the collection. | |
Clear | Clears all labels from the collection. | |
Clone | Creates a clone of the labels collection. | |
Contains | Determines whether the collection contains the specified label. | |
CopyTo | Copies the collection to an array, starting at the specified index. | |
GetLabels | Gets a string array of the labels in the collection. | |
IndexOf | Returns the index of the first occurrence of a label in the collection. | |
Insert | Inserts the specified label into the collection at the specified index. | |
Remove | Removes the specified label from the collection. | |
RemoveAt | Removes the label at the specified location from the collection. |