Nevron.Chart Namespace / NScalePointAnchor Class / NScalePointAnchor Constructor / NScalePointAnchor Constructor(NChart,Int32,Int32,Int32,AxisValueAnchorMode,NVector3DD)


In This Topic
    NScalePointAnchor Constructor(NChart,Int32,Int32,Int32,AxisValueAnchorMode,NVector3DD)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal chart As NChart, _
       ByVal horzAxisIndex As System.Integer, _
       ByVal vertAxisIndex As System.Integer, _
       ByVal depthAxisIndex As System.Integer, _
       ByVal mode As AxisValueAnchorMode, _
       ByVal scalePoint As NVector3DD _
    )
    'Usage
     
    
    Dim chart As NChart
    Dim horzAxisIndex As System.Integer
    Dim vertAxisIndex As System.Integer
    Dim depthAxisIndex As System.Integer
    Dim mode As AxisValueAnchorMode
    Dim scalePoint As NVector3DD
     
    Dim instance As New NScalePointAnchor(chart, horzAxisIndex, vertAxisIndex, depthAxisIndex, mode, scalePoint)
    public NScalePointAnchor( 
       NChart chart,
       System.int horzAxisIndex,
       System.int vertAxisIndex,
       System.int depthAxisIndex,
       AxisValueAnchorMode mode,
       NVector3DD scalePoint
    )

    Parameters

    chart
    horzAxisIndex
    vertAxisIndex
    depthAxisIndex
    mode
    scalePoint
    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