Nevron.Chart Namespace / NAutoNumericStepProvider Class / NAutoNumericStepProvider Constructor / NAutoNumericStepProvider Constructor(Double,Double,NMaxStepCountProvider)


NAutoNumericStepProvider Constructor(Double,Double,NMaxStepCountProvider)
Syntax
'Declaration
 
Public Function New( _
   ByVal minStep As System.Double, _
   ByVal maxStep As System.Double, _
   ByVal maxStepCountProvider As NMaxStepCountProvider _
)
 
'Usage
 
Dim minStep As System.Double
Dim maxStep As System.Double
Dim maxStepCountProvider As NMaxStepCountProvider
 
Dim instance As New NAutoNumericStepProvider(minStep, maxStep, maxStepCountProvider)

Parameters

minStep
maxStep
maxStepCountProvider
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