Nevron .NET Vision
Nevron.Chart Namespace / NDateTimeScaleConfigurator Class / Origin Property


In This Topic
    Origin Property (NDateTimeScaleConfigurator)
    In This Topic
    Specifies the date/time of the major tick origin when the UseOrigin property is set to true.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Ticks")>
    <System.ComponentModel.DescriptionAttribute("Specifies the date/time of the major tick origin when the UseOrigin property is set to true.")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property Origin As System.Date
    'Usage
     
    
    Dim instance As NDateTimeScaleConfigurator
    Dim value As System.Date
     
    instance.Origin = value
     
    value = instance.Origin
    [System.ComponentModel.Category("Ticks")]
    [System.ComponentModel.Description("Specifies the date/time of the major tick origin when the UseOrigin property is set to true.")]
    [System.Xml.Serialization.XmlIgnore()]
    public System.DateTime Origin {get; set;}
    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