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