Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NAreaSeries Class / vptG Method


In This Topic
    vptG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function vptG( _
       ByVal WptG As NPaintVisitor, _
       ByVal xptG As IWjG _
    ) As tCWG
    'Usage
     
    
    Dim instance As NAreaSeries
    Dim WptG As NPaintVisitor
    Dim xptG As IWjG
    Dim value As tCWG
     
    value = instance.vptG(WptG, xptG)
    internal tCWG vptG( 
       NPaintVisitor WptG,
       IWjG xptG
    )

    Parameters

    WptG
    xptG
    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