'Declaration <DescriptionAttribute("Gives you access to the collection of AxisLabel objects")> <CategoryAttribute("Attributes")> Public Property CustomLabels As AxisLabelCollection
'Usage Dim instance As Axis Dim value As AxisLabelCollection instance.CustomLabels = value value = instance.CustomLabels
[Description("Gives you access to the collection of AxisLabel objects")] [Category("Attributes")] public AxisLabelCollection CustomLabels {get; set;}