Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ChartTreeNode Class / TotalValue Property


In This Topic
    TotalValue Property
    In This Topic
    Returns the total value of the tree node including child nodes.
    Syntax
    'Declaration
     
    
    Public Property TotalValue As Double
    'Usage
     
    
    Dim instance As ChartTreeNode
    Dim value As Double
     
    instance.TotalValue = value
     
    value = instance.TotalValue
    public double TotalValue {get; set;}
    See Also