Nevron.Chart Namespace / NChart Class / Width Property


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