Xceed Chart for WinForms v4.4 Documentation
ArrowLength Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataLabels Class : ArrowLength Property
Controls the length of the arrow connecting the data point and the text label.
Syntax
'Declaration
 
<CategoryAttribute("Arrow")>
<DescriptionAttribute("Controls the length of the arrow connecting the data point and the text label.")>
<DefaultValueAttribute()>
Public Property ArrowLength As Single
'Usage
 
Dim instance As DataLabels
Dim value As Single
 
instance.ArrowLength = value
 
value = instance.ArrowLength
[Category("Arrow")]
[Description("Controls the length of the arrow connecting the data point and the text label.")]
[DefaultValue()]
public float ArrowLength {get; set;}
Remarks
By default set to 4.0f.
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