'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets an array which specifies the walls that display the stripe")> Public Property ShowAtWalls As ChartWallType()
'Usage
Dim instance As NScaleStripStyle 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 stripe")] public ChartWallType[] ShowAtWalls {get; set;}