Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NAxisBase Class / MnC Method


In This Topic
    MnC Method (NAxisBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Sub MnC( _
       ByVal SElG As System.Double, _
       ByVal tElG As System.Double, _
       ByVal UElG As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NAxisBase
    Dim SElG As System.Double
    Dim tElG As System.Double
    Dim UElG As System.Double
     
    instance.MnC(SElG, tElG, UElG)
    internal abstract void MnC( 
       System.double SElG,
       System.double tElG,
       System.double UElG
    )

    Parameters

    SElG
    tElG
    UElG
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also