ComponentOne FlexChart for WinForms
IntermediateTotalLabels Property


C1.Win.Chart Namespace > Waterfall Class : IntermediateTotalLabels Property
Gets or sets the list of the text labels of the intermediate total bars.
Syntax
'Declaration
 
Public Property IntermediateTotalLabels As IList(Of String)
'Usage
 
Dim instance As Waterfall
Dim value As IList(Of String)
 
instance.IntermediateTotalLabels = value
 
value = instance.IntermediateTotalLabels
public IList<string> IntermediateTotalLabels {get; set;}
See Also

Reference

Waterfall Class
Waterfall Members