Nevron .NET Vision
Nevron.Chart Namespace / NHierarchicalScaleNode Class / Length Property


In This Topic
    Length Property (NHierarchicalScaleNode)
    In This Topic
    Gets or sets the length of this node in scale logical units
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property Length As System.Double
    'Usage
     
    
    Dim instance As NHierarchicalScaleNode
    Dim value As System.Double
     
    instance.Length = value
     
    value = instance.Length
    [System.Xml.Serialization.XmlAttribute()]
    public System.double Length {get; set;}
    Remarks
    This property will have effect only if the node does not have child node, otherwise the lenght of node on the scale will be computed as the length of all its descendants that do not have children (leafs).
    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