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


In This Topic
    AddDataPoint Method (NSeries)
    In This Topic
    Adds a data point to the data point collection.
    Syntax
    'Declaration
     
    
    Public Overridable Sub AddDataPoint( _
       ByVal dataPoint As NDataPoint _
    ) 
    'Usage
     
    
    Dim instance As NSeries
    Dim dataPoint As NDataPoint
     
    instance.AddDataPoint(dataPoint)
    public virtual 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