'Declaration <DescriptionAttribute("Gives you access to the line properties applied on the minor ticks")> <CategoryAttribute("Minor Ticks")> Public Property MinorTickLine As LineProperties
'Usage Dim instance As Axis Dim value As LineProperties instance.MinorTickLine = value value = instance.MinorTickLine
[Description("Gives you access to the line properties applied on the minor ticks")] [Category("Minor Ticks")] public LineProperties MinorTickLine {get; set;}