ActiveReports.Chart Request technical support
Add Method
See Also 


value
The axis to add.
Adds an axis to the collection.

Syntax

Visual Basic (Declaration) 
Public Function Add( _
   ByVal value As AxisBase _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As AxesCollection
Dim value As AxisBase
Dim value As Integer
 
value = instance.Add(value)
C# 
public int Add( 
   AxisBase value
)

Parameters

value
The axis to add.

See Also