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