Nevron.Chart Namespace / NStockSeries Class / MinAutoGroupLength Property


In This Topic
    MinAutoGroupLength Property
    In This Topic
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also