ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / Waterfall Class / IntermediateTotalLabels Property

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