'Declaration <DescriptionAttribute("Controls the length of the minor ticks")> <CategoryAttribute("Minor Ticks")> <DefaultValueAttribute()> Public Property MinorTickLength As Single
'Usage Dim instance As Axis Dim value As Single instance.MinorTickLength = value value = instance.MinorTickLength
[Description("Controls the length of the minor ticks")] [Category("Minor Ticks")] [DefaultValue()] public float MinorTickLength {get; set;}