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