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

In This Topic
    IntermediateTotalPositions Property (Waterfall)
    In This Topic
    Gets or sets the list of the positions of the intermediate total bars.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Waterfall.IntermediateTotalPositions", "Gets or sets the list of the positions of the intermediate total bars.")>
    Public Property IntermediateTotalPositions As IList(Of Integer)
    [C1Description("Waterfall.IntermediateTotalPositions", "Gets or sets the list of the positions of the intermediate total bars.")]
    public IList<int> IntermediateTotalPositions {get; set;}
    See Also