public enum ENSamplingMode : System.Enum
public enum ENSamplingMode : System.Enum
Member | Description |
---|---|
CustomStep | The user specifies a custom step which is used to sample a given range |
CustomSteps | The user specifies a set of custom steps which are used to sample a given range |
CustomValues | The sampler uses the provided ranges to sample a given range |
MaxCount | The sampler automatically generates a step so that it does not exceed a specified maximum number of ranges. |
MinDistance | The sampler automatically generates the step so that it does not exceed a specified density in device units |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Chart.ENSamplingMode
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)