'Declaration <DefaultValueAttribute()> <DescriptionAttribute("Specifies whether the scale should begin from an exact tick value.")> <CategoryAttribute("Scale")> Public Property RoundToTickMin As Boolean
'Usage Dim instance As AxisScaleValue Dim value As Boolean instance.RoundToTickMin = value value = instance.RoundToTickMin
[DefaultValue()] [Description("Specifies whether the scale should begin from an exact tick value.")] [Category("Scale")] public bool RoundToTickMin {get; set;}