ComponentOne FinancialChart for WPF
CumulativeMode Property (Histogram)



C1.WPF.Chart Namespace > Histogram Class : CumulativeMode Property
Gets or sets the cumulative mode state
Syntax
'Declaration
 
Public Property CumulativeMode As Boolean
'Usage
 
Dim instance As Histogram
Dim value As Boolean
 
instance.CumulativeMode = value
 
value = instance.CumulativeMode
public bool CumulativeMode {get; set;}
public:
property bool CumulativeMode {
   bool get();
   void set (    bool value);
}
See Also

Reference

Histogram Class
Histogram Members