FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / Waterfall Class / IntermediateTotalLabels Property

In This Topic
    IntermediateTotalLabels Property (Waterfall)
    In This Topic
    Gets or sets the value of the property that contains the label of the intermediate total bar, it should be an array or a string.
    Syntax
    'Declaration
     
    Public Property IntermediateTotalLabels As Object
    public object IntermediateTotalLabels {get; set;}
    Remarks
    The property should work with Waterfall.ShowIntermediateTotal and Waterfall.IntermediateTotalPositions properties.
    See Also