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