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


In This Topic
    OrderFilter Property
    In This Topic
    Gets or sets the filter controlling how ranges produced by range samlper will be filtered
    Syntax
    'Declaration
     
    
    Public Property OrderFilter As NFilter
    'Usage
     
    
    Dim instance As NOrderFilteredRangeSampler
    Dim value As NFilter
     
    instance.OrderFilter = value
     
    value = instance.OrderFilter
    public NFilter OrderFilter {get; set;}

    Property Value

    The filter.
    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