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

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