Nevron.Chart Namespace / NScaleTick Class / NScaleTick Constructor


NScaleTick Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal id As System.Integer, _
   ByVal anchor As NValueDecorationAnchor, _
   ByVal shape As ScaleTickShape, _
   ByVal offset As NLength, _
   ByVal size As NSizeL, _
   ByVal fillStyle As NFillStyle, _
   ByVal strokeStyle As NStrokeStyle _
)
 
'Usage
 
Dim id As System.Integer
Dim anchor As NValueDecorationAnchor
Dim shape As ScaleTickShape
Dim offset As NLength
Dim size As NSizeL
Dim fillStyle As NFillStyle
Dim strokeStyle As NStrokeStyle
 
Dim instance As New NScaleTick(id, anchor, shape, offset, size, fillStyle, strokeStyle)

Parameters

id
anchor
shape
offset
size
fillStyle
strokeStyle
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