Nevron.Chart Namespace / NDataLabelStyle Class / ArrowPointerLength Property


ArrowPointerLength Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Arrow")>
<System.ComponentModel.DescriptionAttribute("Controls the length of the arrow pointer pointing to the data labal text.")>
<System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)>
Public Property ArrowPointerLength As NLength
 
'Usage
 
Dim instance As NDataLabelStyle
Dim value As NLength
 
instance.ArrowPointerLength = value
 
value = instance.ArrowPointerLength
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