Nevron.Chart Namespace / NDataLabelStyle Class / ArrowPointerLength Property


In This Topic
    ArrowPointerLength Property
    In This Topic
    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
    [System.ComponentModel.Category("Arrow")]
    [System.ComponentModel.Description("Controls the length of the arrow pointer pointing to the data labal text.")]
    [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NLength ArrowPointerLength {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