Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataLabels Class / ArrowPointerLength Property


In This Topic
    ArrowPointerLength Property
    In This Topic
    Controls the length of the arrow pointer pointing to the data label text.
    Syntax
    '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;}
    Remarks
    By default set to 0. Note that not all series data points have arrow pointers. Currently only the pie series in spider mode use this value.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also