'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;}