Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NAxisElement Class / SetShowAtWall Method


In This Topic
    SetShowAtWall Method (NAxisElement)
    In This Topic
    Sets or clears the flag for the specfied wall
    Syntax
    'Declaration
     
    
    Public Sub SetShowAtWall( _
       ByVal chartWall As ENChartWall, _
       ByVal show As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NAxisElement
    Dim chartWall As ENChartWall
    Dim show As System.Boolean
     
    instance.SetShowAtWall(chartWall, show)
    public void SetShowAtWall( 
       ENChartWall chartWall,
       System.bool show
    )

    Parameters

    chartWall
    show
    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