Nevron .NET Vision
Nevron.Chart Namespace / NAxisCursor Class / SetValue Method


In This Topic
    SetValue Method (NAxisCursor)
    In This Topic
    Sets the current axis cursor position in scale units
    Syntax
    'Declaration
     
    
    Public Sub SetValue( _
       ByVal value As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NAxisCursor
    Dim value As System.Double
     
    instance.SetValue(value)
    public void SetValue( 
       System.double value
    )

    Parameters

    value
    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