ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Histogram Class / CumulativeMode Property



In This Topic
    CumulativeMode Property (Histogram)
    In This Topic
    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