ActiveReports 12
Add Method (AxesCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > AxesCollection Class : Add Method
The axis to add.
Adds an axis to the collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As AxisBase _
) As Integer
public int Add( 
   AxisBase value
)

Parameters

value
The axis to add.
See Also

Reference

AxesCollection Class
AxesCollection Members