ComponentOne FlexChart for WPF
IntermediateTotalPositions Property

C1.WPF.FlexChart.4 Assembly > C1.WPF.Chart Namespace > Waterfall Class : IntermediateTotalPositions Property
Gets or sets the value of the property that contains the index for positions of the intermediate total bar.
Syntax
'Declaration
 
Public Property IntermediateTotalPositions As System.Collections.Generic.IList(Of Integer)
public System.Collections.Generic.IList<int> IntermediateTotalPositions {get; set;}
Remarks
The property should work with ShowIntermediateTotal and IntermediateTotalLabels properties.
See Also

Reference

Waterfall Class
Waterfall Members