Nevron .NET Vision
Nevron.Chart Namespace / NOrderFilteredRangeSampler Class / CombineConsequentRanges Property


In This Topic
    CombineConsequentRanges Property
    In This Topic
    Gets or sets a value indicating whether the sampler will stack (combine) consequent ranges in single range.
    Syntax
    'Declaration
     
    
    Public Property CombineConsequentRanges As System.Boolean
    'Usage
     
    
    Dim instance As NOrderFilteredRangeSampler
    Dim value As System.Boolean
     
    instance.CombineConsequentRanges = value
     
    value = instance.CombineConsequentRanges
    public System.bool CombineConsequentRanges {get; set;}

    Property Value

    if true stack consequent ranges; otherwise, false.
    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