Nevron.Chart Namespace / NModelGaugeAxisAnchor Class / NModelGaugeAxisAnchor Constructor / NModelGaugeAxisAnchor Constructor(NLength,VertAlign,RulerOrientation)


In This Topic
    NModelGaugeAxisAnchor Constructor(NLength,VertAlign,RulerOrientation)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal position As NLength, _
       ByVal origin As VertAlign, _
       ByVal orientation As RulerOrientation _
    )
    'Usage
     
    
    Dim position As NLength
    Dim origin As VertAlign
    Dim orientation As RulerOrientation
     
    Dim instance As New NModelGaugeAxisAnchor(position, origin, orientation)
    public NModelGaugeAxisAnchor( 
       NLength position,
       VertAlign origin,
       RulerOrientation orientation
    )

    Parameters

    position
    origin
    orientation
    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