Nevron .NET Vision
Nevron.Chart Namespace / NScaleLabelStyle Class / ZOrder Property


In This Topic
    ZOrder Property (NScaleLabelStyle)
    In This Topic
    Controls the Z order of the label
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(0)>
    Public Property ZOrder As System.Integer
    'Usage
     
    
    Dim instance As NScaleLabelStyle
    Dim value As System.Integer
     
    instance.ZOrder = value
     
    value = instance.ZOrder
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(0)]
    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 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