FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / 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
     
    Public Property IntermediateTotalLabels As System.Collections.Generic.IList(Of String)
    public System.Collections.Generic.IList<string> IntermediateTotalLabels {get; set;}
    See Also