ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / Waterfall Class / IntermediateTotalLabels Property

In This Topic
    IntermediateTotalLabels Property
    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 System.Object
    public System.object IntermediateTotalLabels {get; set;}
    Remarks
    The property should work with ShowIntermediateTotal and IntermediateTotalPositions properties.
    See Also