Nevron.Chart Namespace / NXYZVectorSeriesData Class / SetXYZValue Method


SetXYZValue Method
Syntax
'Declaration
 
Public Sub SetXYZValue( _
   ByVal index As System.Integer, _
   ByVal yValue As System.Single, _
   ByVal xValue As System.Single, _
   ByVal zValue As System.Single _
) 
 
'Usage
 
Dim instance As NXYZVectorSeriesData
Dim index As System.Integer
Dim yValue As System.Single
Dim xValue As System.Single
Dim zValue As System.Single
 
instance.SetXYZValue(index, yValue, xValue, zValue)

Parameters

index
yValue
xValue
zValue
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