Nevron .NET Vision
Nevron.Chart Namespace / NChartCollection Class / Add Method


In This Topic
    Add Method (NChartCollection)
    In This Topic
    Adds a new NChart to the collection and returns a reference to it.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal chart As NChart _
    ) 
    'Usage
     
    
    Dim instance As NChartCollection
    Dim chart As NChart
     
    instance.Add(chart)
    public void Add( 
       NChart chart
    )

    Parameters

    chart

    Return Value

    reference to the newly created chart
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also