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

Glossary Item Box

The following tables list the members exposed by AxesCollection.

Public Properties

 NameDescription
Public PropertyItemOverloaded. Gets or sets the specified axis in the collection.  
Top

Public Methods

 NameDescription
Public MethodAddAdds an axis to the collection.  
Public MethodAddRangeAdds a set of axes to the collection.  
Public MethodClearClears all axes from the collection. (Inherited from System.Collections.CollectionBase)
Public MethodCloneCreates a clone of the axes collection.  
Public MethodContainsDetermines whether the collection contains the specified AxisBase.  
Public MethodDisposeReleases from memory resources associated with AxisCollection object.  
Public MethodIndexOfReturns the index of the first occurrence of a value in the collection.  
Public MethodInsert

Inserts the specified axis into the collection at the specified index.

 
Public MethodRemoveRemoves the specified axis from the collection.  
Public MethodRemoveAtRemoves the specified axis from the collection. (Inherited from System.Collections.CollectionBase)
Public MethodToArrayCopies the elements of the axis collection to a new array.  
Top

See Also