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