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


In This Topic
    MnC Method (NGaugeAxis)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub MnC( _
       ByVal rCpG As System.Double, _
       ByVal SCpG As System.Double, _
       ByVal tCpG As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NGaugeAxis
    Dim rCpG As System.Double
    Dim SCpG As System.Double
    Dim tCpG As System.Double
     
    instance.MnC(rCpG, SCpG, tCpG)
    internal override void MnC( 
       System.double rCpG,
       System.double SCpG,
       System.double tCpG
    )

    Parameters

    rCpG
    SCpG
    tCpG
    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