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