Nevron .NET Vision
Nevron.Chart Namespace / NIntegerStepRangeSampler Class / CustomOrigin Property


In This Topic
    CustomOrigin Property (NIntegerStepRangeSampler)
    In This Topic
    Gets or sets the custom origin (used when the UseCustomOrigin property is set to true).
    Syntax
    'Declaration
     
    
    Public Property CustomOrigin As System.Double
    'Usage
     
    
    Dim instance As NIntegerStepRangeSampler
    Dim value As System.Double
     
    instance.CustomOrigin = value
     
    value = instance.CustomOrigin
    public System.double CustomOrigin {get; set;}

    Property Value

    The custom origin.
    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