'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets an array which specifies the walls that display the grid lines")> Public Property ShowAtWalls As ChartWallType()
'Usage
Dim instance As NScaleGridStyle Dim value() As ChartWallType instance.ShowAtWalls = value value = instance.ShowAtWalls
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets an array which specifies the walls that display the grid lines")] public ChartWallType[] ShowAtWalls {get; set;}