Nevron.Chart.Windows Namespace / NSelection Class / AddDataPoint Method


AddDataPoint Method (NSelection)
Syntax
'Declaration
 
Public Sub AddDataPoint( _
   ByVal series As NSeriesBase, _
   ByVal dataPointIndex As System.Integer _
) 
 
'Usage
 
Dim instance As NSelection
Dim series As NSeriesBase
Dim dataPointIndex As System.Integer
 
instance.AddDataPoint(series, dataPointIndex)

Parameters

series
dataPointIndex
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