ComponentOne FlexChart for WinForms
IntermediateTotalPositions Property


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

Reference

Waterfall Class
Waterfall Members