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