Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NScaleLabelStyle Class / ZOrder Property


In This Topic
    ZOrder Property
    In This Topic
    Controls the Z order of the label
    Syntax
    'Declaration
     
    
    Public Property ZOrder As System.Integer
    'Usage
     
    
    Dim instance As NScaleLabelStyle
    Dim value As System.Integer
     
    instance.ZOrder = value
     
    value = instance.ZOrder
    public System.int ZOrder {get; set;}
    Remarks
    This value will be used by the RemoveOverlappingLabelsLayout. Labels with higher Z order will remove overlapping labels with lower Z order.
    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