'Declaration
<System.ComponentModel.CategoryAttribute("Grouping")> <System.ComponentModel.DescriptionAttribute("Specifies the minimum group width.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property MinGroupWidth As NLength
'Usage
Dim instance As NStockSeries Dim value As NLength instance.MinGroupWidth = value value = instance.MinGroupWidth
[System.ComponentModel.Category("Grouping")] [System.ComponentModel.Description("Specifies the minimum group width.")] [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength MinGroupWidth {get; set;}