Nevron .NET Vision
Nevron.Chart Namespace / NStandardRangeSamplerProvider Class / SamplingMode Property


In This Topic
    SamplingMode Property (NStandardRangeSamplerProvider)
    In This Topic
    Gets or sets the sampling mode
    Syntax
    'Declaration
     
    
    Public Property SamplingMode As SamplingMode
    'Usage
     
    
    Dim instance As NStandardRangeSamplerProvider
    Dim value As SamplingMode
     
    instance.SamplingMode = value
     
    value = instance.SamplingMode
    public SamplingMode SamplingMode {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