Nevron .NET Vision
Nevron.Chart Namespace / INDataPointCollection Interface / AddDataPoint Method
The data point to add to the collection.


In This Topic
    AddDataPoint Method (INDataPointCollection)
    In This Topic
    When implemented by a class, adds a data point to the data point collection.
    Syntax
    'Declaration
     
    
    Sub AddDataPoint( _
       ByVal dataPoint As NDataPoint _
    ) 
    'Usage
     
    
    Dim instance As INDataPointCollection
    Dim dataPoint As NDataPoint
     
    instance.AddDataPoint(dataPoint)
    void AddDataPoint( 
       NDataPoint dataPoint
    )

    Parameters

    dataPoint
    The data point to add to the collection.
    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