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


In This Topic
    flC Method (NChartAxis)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Sub flC( _
       ByVal GMKG As NPaintVisitor, _
       ByVal hMKG As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NChartAxis
    Dim GMKG As NPaintVisitor
    Dim hMKG As System.Boolean
     
    instance.flC(GMKG, hMKG)
    internal abstract void flC( 
       NPaintVisitor GMKG,
       System.bool hMKG
    )

    Parameters

    GMKG
    hMKG
    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