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


In This Topic
    CustomOrigin Property (NTimeSpanStepRangeSampler)
    In This Topic
    Gets or sets the custom origin of the sampler
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property CustomOrigin As System.TimeSpan
    'Usage
     
    
    Dim instance As NTimeSpanStepRangeSampler
    Dim value As System.TimeSpan
     
    instance.CustomOrigin = value
     
    value = instance.CustomOrigin
    [System.Xml.Serialization.XmlIgnore()]
    public System.TimeSpan CustomOrigin {get; set;}
    Remarks
    This property has effect only when UseCustomOrigin is set to true
    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