'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Grouping")> <System.ComponentModel.DescriptionAttribute("Specifies the group percent width.")> Public Property GroupPercentWidth As System.Single
'Usage
Dim instance As NStockSeries Dim value As System.Single instance.GroupPercentWidth = value value = instance.GroupPercentWidth
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Grouping")] [System.ComponentModel.Description("Specifies the group percent width.")] public System.float GroupPercentWidth {get; set;}