ActiveReports Developer 7
LabelsCollection Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace : LabelsCollection Class

Glossary Item Box

The following tables list the members exposed by LabelsCollection.

Public Properties

 NameDescription
Public PropertyCountGets the count of labels in the collection.  
Public PropertyItemGets or sets the specified label in the collection.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a label to the collection.  
Public MethodAddRangeAdds a set of labels to the collection.  
Public MethodClearClears all labels from the collection.  
Public MethodClone

Creates a clone of the labels collection.

 
Public MethodContainsDetermines whether the collection contains the specified label.  
Public MethodCopyToCopies the collection to an array, starting at the specified index.  
Public MethodGetLabelsGets a string array of the labels in the collection.  
Public MethodIndexOfReturns the index of the first occurrence of a label in the collection.  
Public MethodInsertInserts the specified label into the collection at the specified index.  
Public MethodRemoveRemoves the specified label from the collection.  
Public MethodRemoveAtRemoves the label at the specified location from the collection.  
Top

See Also