'Declaration
<System.ComponentModel.CategoryAttribute("Ticks")> <System.ComponentModel.DescriptionAttribute("Specifies the major tick origin value when the UseOrigin property is set to true.")> <System.ComponentModel.DefaultValueAttribute(0)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Origin As System.Double
'Usage
Dim instance As NNumericScaleConfigurator Dim value As System.Double instance.Origin = value value = instance.Origin
[System.ComponentModel.Category("Ticks")] [System.ComponentModel.Description("Specifies the major tick origin value when the UseOrigin property is set to true.")] [System.ComponentModel.DefaultValue(0)] [System.Xml.Serialization.XmlAttribute()] public System.double Origin {get; set;}