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