Nevron .NET Vision
Nevron.Chart Namespace / NDataLabelStyle Class / ArrowLength Property


In This Topic
    ArrowLength Property (NDataLabelStyle)
    In This Topic
    Controls the length of the arrow connecting the data point and the text label.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Arrow")>
    <System.ComponentModel.DescriptionAttribute("Controls the length of the arrow connecting the data point and the text label.")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property ArrowLength As NLength
    'Usage
     
    
    Dim instance As NDataLabelStyle
    Dim value As NLength
     
    instance.ArrowLength = value
     
    value = instance.ArrowLength
    [System.ComponentModel.Category("Arrow")]
    [System.ComponentModel.Description("Controls the length of the arrow connecting the data point and the text label.")]
    [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NLength 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