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