'Declaration Public Function GetMinorShowAtWall( _ ByVal wall As ChartWallType _ ) As Boolean
'Usage Dim instance As Axis Dim wall As ChartWallType Dim value As Boolean value = instance.GetMinorShowAtWall(wall)
public bool GetMinorShowAtWall( ChartWallType wall )
Parameters
- wall
- specifies the chart wall
Return Value
True if the minor grid lines are displayed on the wall otherwise false.