'Declaration <DescriptionAttribute("Controls the count of the automatic minor ticks between two major ticks")> <DefaultValueAttribute()> <CategoryAttribute("Ticks")> Public Property MinorTickCount As Integer
'Usage Dim instance As AxisScale Dim value As Integer instance.MinorTickCount = value value = instance.MinorTickCount
[Description("Controls the count of the automatic minor ticks between two major ticks")] [DefaultValue()] [Category("Ticks")] public int MinorTickCount {get; set;}