'Declaration <CategoryAttribute("Arrow")> <DescriptionAttribute("Controls the length of the arrow connecting the data point and the text label.")> <DefaultValueAttribute()> Public Property ArrowLength As Single
'Usage Dim instance As DataLabels Dim value As Single instance.ArrowLength = value value = instance.ArrowLength
[Category("Arrow")] [Description("Controls the length of the arrow connecting the data point and the text label.")] [DefaultValue()] public float ArrowLength {get; set;}