Nevron .NET Vision
Nevron.Chart Namespace / NStandardScaleConfigurator Class / GetMinorTickFactory Method


In This Topic
    GetMinorTickFactory Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function GetMinorTickFactory( _
       ByVal tickStyle As NScaleTickStyle, _
       ByVal inner As System.Boolean _
    ) As NScaleDecorationFactory
    'Usage
     
    
    Dim instance As NStandardScaleConfigurator
    Dim tickStyle As NScaleTickStyle
    Dim inner As System.Boolean
    Dim value As NScaleDecorationFactory
     
    value = instance.GetMinorTickFactory(tickStyle, inner)
    protected NScaleDecorationFactory GetMinorTickFactory( 
       NScaleTickStyle tickStyle,
       System.bool inner
    )

    Parameters

    tickStyle
    inner
    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