Nevron .NET Vision
Nevron.Chart Namespace / NNumericDynamicStepRangeSampler Class / UseCustomOrigin Property


In This Topic
    UseCustomOrigin Property (NNumericDynamicStepRangeSampler)
    In This Topic
    Gets or sets a value indicating whether to use the CustomOrigin property.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Property UseCustomOrigin As System.Boolean
    'Usage
     
    
    Dim instance As NNumericDynamicStepRangeSampler
    Dim value As System.Boolean
     
    instance.UseCustomOrigin = value
     
    value = instance.UseCustomOrigin
    [System.ComponentModel.DefaultValue(false)]
    public System.bool UseCustomOrigin {get; set;}

    Property Value

    true if use custom origin; otherwise, false.
    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