'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
[System.ComponentModel.Category("Dimensions")] [System.ComponentModel.Description("Controls the width of the chart in model units")] [System.ComponentModel.DefaultValue(70)] [System.Xml.Serialization.XmlAttribute()] public System.float Width {get; set;}