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