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