ComponentOne FinancialChart for WPF
IntermediateTotalLabels Property



C1.WPF.Chart Namespace > Waterfall Class : IntermediateTotalLabels Property
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 Object
'Usage
 
Dim instance As Waterfall
Dim value As Object
 
instance.IntermediateTotalLabels = value
 
value = instance.IntermediateTotalLabels
public object IntermediateTotalLabels {get; set;}
public:
property Object^ IntermediateTotalLabels {
   Object^ get();
   void set (    Object^ value);
}
Remarks
The property should work with ShowIntermediateTotal and IntermediateTotalPositions properties.
See Also

Reference

Waterfall Class
Waterfall Members