Nevron.Chart Namespace / NChart Class / Depth Property


Depth Property (NChart)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Dimensions")>
<System.ComponentModel.DescriptionAttribute("Controls the chart area depth in model units")>
<System.ComponentModel.DefaultValueAttribute(15)>
<System.Xml.Serialization.XmlAttributeAttribute()>
Public Property Depth As System.Single
 
'Usage
 
Dim instance As NChart
Dim value As System.Single
 
instance.Depth = value
 
value = instance.Depth
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