'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