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