'Declaration <DescriptionAttribute("Controls the density of the major ticks when they are automatically calculated.")> <DefaultValueAttribute()> <CategoryAttribute("Ticks")> Public Property MaxTickCount As Integer
'Usage Dim instance As AxisScaleValue Dim value As Integer instance.MaxTickCount = value value = instance.MaxTickCount
[Description("Controls the density of the major ticks when they are automatically calculated.")] [DefaultValue()] [Category("Ticks")] public int MaxTickCount {get; set;}