Nevron .NET Vision
Nevron.Chart Namespace / NXYZVectorSeriesData Class / SetXYValue Method


In This Topic
    SetXYValue Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetXYValue( _
       ByVal index As System.Integer, _
       ByVal yValue As System.Single, _
       ByVal xValue As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NXYZVectorSeriesData
    Dim index As System.Integer
    Dim yValue As System.Single
    Dim xValue As System.Single
     
    instance.SetXYValue(index, yValue, xValue)
    public void SetXYValue( 
       System.int index,
       System.float yValue,
       System.float xValue
    )

    Parameters

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