ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / ChartAreasCollection Class / Add Method
The chart area to add.

In This Topic
    Add Method (ChartAreasCollection)
    In This Topic
    Adds a chart area to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal value As ChartArea _
    ) As Integer
    public int Add( 
       ChartArea value
    )

    Parameters

    value
    The chart area to add.
    See Also