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


In This Topic
    ArrowPointerLength Property
    In This Topic
    Controls the length of the arrow pointer pointing to the data label text.
    Syntax
    'Declaration
     
    
    Public Property ArrowPointerLength As System.Double
    'Usage
     
    
    Dim instance As NDataLabelStyle
    Dim value As System.Double
     
    instance.ArrowPointerLength = value
     
    value = instance.ArrowPointerLength
    public System.double 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 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