Xceed Chart for WinForms v4.4 Documentation
SetShowAtWall Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisStripe Class : SetShowAtWall Method
specifies the chart wall
specifies whether to show the stripe or not
Show the stripe on the specified chart wall.
Syntax
'Declaration
 
Public Sub SetShowAtWall( _
   ByVal wall As ChartWallType, _
   ByVal bDisplay As Boolean _
) 
'Usage
 
Dim instance As AxisStripe
Dim wall As ChartWallType
Dim bDisplay As Boolean
 
instance.SetShowAtWall(wall, bDisplay)
public void SetShowAtWall( 
   ChartWallType wall,
   bool bDisplay
)

Parameters

wall
specifies the chart wall
bDisplay
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

Reference

AxisStripe Class
AxisStripe Members