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


In This Topic
    ArrowLine Property
    In This Topic
    Gives access to the LineProperties object controlling the appearance of the data label arrow lines.
    Syntax
    'Declaration
     
    <CategoryAttribute("Arrow")>
    <DescriptionAttribute("Appearance of the arrow.")>
    Public Property ArrowLine As LineProperties
    'Usage
     
    Dim instance As DataLabels
    Dim value As LineProperties
     
    instance.ArrowLine = value
     
    value = instance.ArrowLine
    [Category("Arrow")]
    [Description("Appearance of the arrow.")]
    public LineProperties ArrowLine {get; set;}
    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