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


In This Topic
    MnC Method (NChartAxis)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub MnC( _
       ByVal dMKG As System.Double, _
       ByVal EMKG As System.Double, _
       ByVal fMKG As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NChartAxis
    Dim dMKG As System.Double
    Dim EMKG As System.Double
    Dim fMKG As System.Double
     
    instance.MnC(dMKG, EMKG, fMKG)
    internal override void MnC( 
       System.double dMKG,
       System.double EMKG,
       System.double fMKG
    )

    Parameters

    dMKG
    EMKG
    fMKG
    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