Xceed Chart for WinForms v4.4 Documentation
ArrowPointerLength Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataLabels Class : ArrowPointerLength Property
Controls the length of the arrow pointer pointing to the data label text.
Syntax
'Declaration
 
<DescriptionAttribute("Controls the length of the arrow pointer pointing to the data labal text.")>
<CategoryAttribute("Arrow")>
<DefaultValueAttribute()>
Public Property ArrowPointerLength As Single
'Usage
 
Dim instance As DataLabels
Dim value As Single
 
instance.ArrowPointerLength = value
 
value = instance.ArrowPointerLength
[Description("Controls the length of the arrow pointer pointing to the data labal text.")]
[Category("Arrow")]
[DefaultValue()]
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

Reference

DataLabels Class
DataLabels Members