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


In This Topic
    VertAlign Property (NDataLabelStyle)
    In This Topic
    Controls the vertical data label alignment relative to the data point bound.
    Syntax
    'Declaration
     
    
    Public Property VertAlign As ENVerticalAlignment
    'Usage
     
    
    Dim instance As NDataLabelStyle
    Dim value As ENVerticalAlignment
     
    instance.VertAlign = value
     
    value = instance.VertAlign
    public ENVerticalAlignment VertAlign {get; set;}
    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