Nevron.Chart Namespace / NScaleTickFactory Class / NScaleTickFactory Constructor / NScaleTickFactory Constructor(Int32,ScaleTickShape,NLength,NSizeL,NValueProvider,NValueProvider,HorzAlign)


NScaleTickFactory Constructor(Int32,ScaleTickShape,NLength,NSizeL,NValueProvider,NValueProvider,HorzAlign)
Syntax
'Declaration
 
Public Function New( _
   ByVal id As System.Integer, _
   ByVal shape As ScaleTickShape, _
   ByVal offset As NLength, _
   ByVal size As NSizeL, _
   ByVal fillStyleProvider As NValueProvider, _
   ByVal strokeStyleProvider As NValueProvider, _
   ByVal tickAlignment As HorzAlign _
)
 
'Usage
 
Dim id As System.Integer
Dim shape As ScaleTickShape
Dim offset As NLength
Dim size As NSizeL
Dim fillStyleProvider As NValueProvider
Dim strokeStyleProvider As NValueProvider
Dim tickAlignment As HorzAlign
 
Dim instance As New NScaleTickFactory(id, shape, offset, size, fillStyleProvider, strokeStyleProvider, tickAlignment)

Parameters

id
shape
offset
size
fillStyleProvider
strokeStyleProvider
tickAlignment
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