'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Specifies the width of the chart wall")> <System.ComponentModel.DefaultValueAttribute(1)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Width As System.Single
'Usage
Dim instance As NChartWall Dim value As System.Single instance.Width = value value = instance.Width
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Specifies the width of the chart wall")] [System.ComponentModel.DefaultValue(1)] [System.Xml.Serialization.XmlAttribute()] public System.float Width {get; set;}