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


NModelGaugeAxisAnchor Constructor(NLength,VertAlign,RulerOrientation,Single,Single)
Syntax
'Declaration
 
Public Function New( _
   ByVal position As NLength, _
   ByVal origin As VertAlign, _
   ByVal orientation As RulerOrientation, _
   ByVal beginPercent As System.Single, _
   ByVal endPercent As System.Single _
)
 
'Usage
 
Dim position As NLength
Dim origin As VertAlign
Dim orientation As RulerOrientation
Dim beginPercent As System.Single
Dim endPercent As System.Single
 
Dim instance As New NModelGaugeAxisAnchor(position, origin, orientation, beginPercent, endPercent)

Parameters

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