Nevron .NET Vision
Nevron.Chart Namespace / NValueTreeMapNode Class / Change Property


In This Topic
    Change Property (NValueTreeMapNode)
    In This Topic
    Gets or sets the change of this node
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.CategoryAttribute("Properties")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the change of this node.")>
    Public Property Change As System.Double
    'Usage
     
    
    Dim instance As NValueTreeMapNode
    Dim value As System.Double
     
    instance.Change = value
     
    value = instance.Change
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.Category("Properties")]
    [System.ComponentModel.Description("Gets or sets the change of this node.")]
    public System.double Change {get; set;}
    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