ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / AxesCollection Class / Add Method
The axis to add.

In This Topic
    Add Method (AxesCollection)
    In This Topic
    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