Nevron.Chart Namespace / NScaleStripStyle Class / NScaleStripStyle Constructor / NScaleStripStyle Constructor(NFillStyle,NStrokeStyle,Boolean,Int32,Int32,Int32,Int32)


NScaleStripStyle Constructor(NFillStyle,NStrokeStyle,Boolean,Int32,Int32,Int32,Int32)
Syntax
'Declaration
 
Public Function New( _
   ByVal fillStyle As NFillStyle, _
   ByVal strokeStyle As NStrokeStyle, _
   ByVal infinite As System.Boolean, _
   ByVal begin As System.Integer, _
   ByVal end As System.Integer, _
   ByVal interval As System.Integer, _
   ByVal length As System.Integer _
)
 
'Usage
 
Dim fillStyle As NFillStyle
Dim strokeStyle As NStrokeStyle
Dim infinite As System.Boolean
Dim begin As System.Integer
Dim end As System.Integer
Dim interval As System.Integer
Dim length As System.Integer
 
Dim instance As New NScaleStripStyle(fillStyle, strokeStyle, infinite, begin, end, interval, length)

Parameters

fillStyle
strokeStyle
infinite
begin
end
interval
length
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