'Declaration <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()> <CategoryAttribute("Ticks")> Public Property UseOrigin As Boolean
'Usage Dim instance As AxisScaleNumeric Dim value As Boolean instance.UseOrigin = value value = instance.UseOrigin
[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()] [Category("Ticks")] public bool UseOrigin {get; set;}