'Declaration <DescriptionAttribute("Controls the appearance of the axis connection line")> <CategoryAttribute("Appearance")> Public Property LineProps As LineProperties
'Usage Dim instance As AxisLabel Dim value As LineProperties instance.LineProps = value value = instance.LineProps
[Description("Controls the appearance of the axis connection line")] [Category("Appearance")] public LineProperties LineProps {get; set;}