'Declaration <CategoryAttribute("Ticks")> <DescriptionAttribute("If set to true the Origin value is displayed by a major tick. If set to false the major ticks begin from the minimal scale value.")> <DefaultValueAttribute(True)> Public Property UseOrigin As Boolean
'Usage Dim instance As AxisScaleNumeric Dim value As Boolean instance.UseOrigin = value value = instance.UseOrigin
[Category("Ticks")] [Description("If set to true the Origin value is displayed by a major tick. If set to false the major ticks begin from the minimal scale value.")] [DefaultValue(true)] public bool UseOrigin {get; set;}