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