Xceed Chart for WinForms v4.4 Documentation
ArrowLine Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataLabels Class : ArrowLine Property
Gives access to the LineProperties object controlling the appearance of the data label arrow lines.
Syntax
'Declaration
 
<DescriptionAttribute("Appearance of the arrow.")>
<CategoryAttribute("Arrow")>
Public Property ArrowLine As LineProperties
'Usage
 
Dim instance As DataLabels
Dim value As LineProperties
 
instance.ArrowLine = value
 
value = instance.ArrowLine
[Description("Appearance of the arrow.")]
[Category("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

Reference

DataLabels Class
DataLabels Members