'Declaration Public Function GetShowAtWall( _ ByVal wall As ChartWallType _ ) As Boolean
'Usage Dim instance As AxisStripe Dim wall As ChartWallType Dim value As Boolean value = instance.GetShowAtWall(wall)
public bool GetShowAtWall( ChartWallType wall )
Parameters
- wall
- specifies the chart wall
Return Value
true if the stripe is shown, false if not