ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Waterfall Class / IntermediateTotalPositions Property



In This Topic
    IntermediateTotalPositions Property
    In This Topic
    Gets or sets the value of the property that contains the index for positions of the intermediate total bar.
    Syntax
    'Declaration
     
    
    Public Property IntermediateTotalPositions As IList(Of Integer)
    'Usage
     
    
    Dim instance As Waterfall
    Dim value As IList(Of Integer)
     
    instance.IntermediateTotalPositions = value
     
    value = instance.IntermediateTotalPositions
    public IList<int> IntermediateTotalPositions {get; set;}
    public:
    property IList<int>^ IntermediateTotalPositions {
       IList<int>^ get();
       void set (    IList<int>^ value);
    }
    Remarks
    The property should work with ShowIntermediateTotal and IntermediateTotalLabels properties.
    See Also