Nevron .NET Vision
Nevron.Chart Namespace / NWallDecoration Class / SetShowAtWall Method
specifies the chart wall
specifies whether to show the stripe or not


In This Topic
    SetShowAtWall Method (NWallDecoration)
    In This Topic
    Show the stripe on the specified chart wall.
    Syntax
    'Declaration
     
    
    Public Sub SetShowAtWall( _
       ByVal wall As ChartWallType, _
       ByVal show As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NWallDecoration
    Dim wall As ChartWallType
    Dim show As System.Boolean
     
    instance.SetShowAtWall(wall, show)
    public void SetShowAtWall( 
       ChartWallType wall,
       System.bool show
    )

    Parameters

    wall
    specifies the chart wall
    show
    specifies whether to show the stripe or not
    Exceptions
    ExceptionDescription
    Raised if a chart wall, which is invalid for this stipe was specified
    Remarks
    The component will raise an exception if you try to display the stripe on an invalid wall.

    For the vertical axis stripes allowed chart walls are the vertical walls.

    For the horizontal axis stripes allowed chart walls are the back, front and floor walls.

    For the depth axis stripes allowed chart walls are the left, rigth and floor walls.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also