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


In This Topic
    OrderType Property
    In This Topic
    Gets or sets the type of order to filter
    Syntax
    'Declaration
     
    
    Public Property OrderType As ScaleRangeOrderType
    'Usage
     
    
    Dim instance As NOrderFilteredRangeSampler
    Dim value As ScaleRangeOrderType
     
    instance.OrderType = value
     
    value = instance.OrderType
    public ScaleRangeOrderType OrderType {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