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


In This Topic
    CustomOrigin Property (NDateTimeStepRangeSampler)
    In This Topic
    Gets or sets the custom origin of the sampler
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property CustomOrigin As System.Date
    'Usage
     
    
    Dim instance As NDateTimeStepRangeSampler
    Dim value As System.Date
     
    instance.CustomOrigin = value
     
    value = instance.CustomOrigin
    [System.Xml.Serialization.XmlIgnore()]
    public System.DateTime 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