Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ChartTreeNode Class / ResetTotalValue Method


In This Topic
    ResetTotalValue Method
    In This Topic
    Recalcuate total value.
    Syntax
    'Declaration
     
    
    Public Sub ResetTotalValue( _
       ByVal ignoreNonPositiveNode As Boolean _
    ) 
    'Usage
     
    
    Dim instance As ChartTreeNode
    Dim ignoreNonPositiveNode As Boolean
     
    instance.ResetTotalValue(ignoreNonPositiveNode)
    public void ResetTotalValue( 
       bool ignoreNonPositiveNode
    )

    Parameters

    ignoreNonPositiveNode
    See Also