Nevron .NET Vision
Nevron.Chart Namespace / NAxisBaseCollection Class / SetChildIndex Method


In This Topic
    SetChildIndex Method (NAxisBaseCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function SetChildIndex( _
       ByVal node As INNode, _
       ByVal index As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NAxisBaseCollection
    Dim node As INNode
    Dim index As System.Integer
    Dim value As System.Integer
     
    value = instance.SetChildIndex(node, index)
    public override System.int SetChildIndex( 
       INNode node,
       System.int index
    )

    Parameters

    node
    index
    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