Nevron.Chart Namespace / NAxisConstLine Class / ShowAtWalls Property


ShowAtWalls Property (NAxisConstLine)
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also