Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NRadarChart Class / YYnG Method


In This Topic
    YYnG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function YYnG( _
       ByVal AAOG As NPaintVisitor, _
       ByVal bAOG As System.Double _
    ) As NGraphicsPath
    'Usage
     
    
    Dim instance As NRadarChart
    Dim AAOG As NPaintVisitor
    Dim bAOG As System.Double
    Dim value As NGraphicsPath
     
    value = instance.YYnG(AAOG, bAOG)
    internal NGraphicsPath YYnG( 
       NPaintVisitor AAOG,
       System.double bAOG
    )

    Parameters

    AAOG
    bAOG
    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