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