Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NDataLabelStyle Class / ArrowLength Property


In This Topic
    ArrowLength Property
    In This Topic
    Controls the length of the arrow connecting the data point and the text label.
    Syntax
    'Declaration
     
    
    Public Property ArrowLength As System.Double
    'Usage
     
    
    Dim instance As NDataLabelStyle
    Dim value As System.Double
     
    instance.ArrowLength = value
     
    value = instance.ArrowLength
    public System.double ArrowLength {get; set;}
    Remarks
    By default set to 4.0f.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also