'Declaration <CategoryAttribute("Gridlines")> <DescriptionAttribute("Specifies the line properties of the minor grid lines")> Public Property MinorGridLine As LineProperties
'Usage Dim instance As Axis Dim value As LineProperties instance.MinorGridLine = value value = instance.MinorGridLine
[Category("Gridlines")] [Description("Specifies the line properties of the minor grid lines")] public LineProperties MinorGridLine {get; set;}