Nevron .NET Vision
Nevron.Chart Namespace / NAxisValueAnchor Class / NAxisValueAnchor Constructor / NAxisValueAnchor Constructor(NAxis,AxisValueAnchorMode,Double)


In This Topic
    NAxisValueAnchor Constructor(NAxis,AxisValueAnchorMode,Double)
    In This Topic
    Creates a new axis anchor object attached to the axis value.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal axis As NAxis, _
       ByVal mode As AxisValueAnchorMode, _
       ByVal axisValue As System.Double _
    )
    'Usage
     
    
    Dim axis As NAxis
    Dim mode As AxisValueAnchorMode
    Dim axisValue As System.Double
     
    Dim instance As New NAxisValueAnchor(axis, mode, axisValue)
    public NAxisValueAnchor( 
       NAxis axis,
       AxisValueAnchorMode mode,
       System.double axisValue
    )

    Parameters

    axis
    mode
    axisValue
    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