Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / ENSamplingMode Enumeration


In This Topic
    ENSamplingMode Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum ENSamplingMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENSamplingMode
    public enum ENSamplingMode : System.Enum 
    Members
    MemberDescription
    CustomStepThe user specifies a custom step which is used to sample a given range
    CustomStepsThe user specifies a set of custom steps which are used to sample a given range
    CustomValuesThe sampler uses the provided ranges to sample a given range
    MaxCountThe sampler automatically generates a step so that it does not exceed a specified maximum number of ranges.
    MinDistanceThe sampler automatically generates the step so that it does not exceed a specified density in device units
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Chart.ENSamplingMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also