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