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


In This Topic
    UseCustomOrigin Property (NDateTimeStepRangeSampler)
    In This Topic
    Gets or sets a value indicating whether to use the CustomOrigin property.
    Syntax
    'Declaration
     
    
    Public Property UseCustomOrigin As System.Boolean
    'Usage
     
    
    Dim instance As NDateTimeStepRangeSampler
    Dim value As System.Boolean
     
    instance.UseCustomOrigin = value
     
    value = instance.UseCustomOrigin
    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