Nevron .NET Vision
Nevron.Chart Namespace / NMaxStepCountProvider Class / GetMaxStepCount Method


In This Topic
    GetMaxStepCount Method (NMaxStepCountProvider)
    In This Topic
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetMaxStepCount( _
       ByVal length As System.Single, _
       ByVal lengthConverter As NLengthConverter _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NMaxStepCountProvider
    Dim length As System.Single
    Dim lengthConverter As NLengthConverter
    Dim value As System.Integer
     
    value = instance.GetMaxStepCount(length, lengthConverter)
    public abstract System.int GetMaxStepCount( 
       System.float length,
       NLengthConverter lengthConverter
    )

    Parameters

    length
    lengthConverter
    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