ComponentOne FinancialChart for WPF
C1.Chart Namespace / IHistogramSeries Interface / CumulativeMode Property



In This Topic
    CumulativeMode Property (IHistogramSeries)
    In This Topic
    Gets sets the cumulative mode state
    Syntax
    'Declaration
     
    
    Property CumulativeMode As Boolean
    'Usage
     
    
    Dim instance As IHistogramSeries
    Dim value As Boolean
     
    instance.CumulativeMode = value
     
    value = instance.CumulativeMode
    bool CumulativeMode {get; set;}
    property bool CumulativeMode {
       bool get();
       void set (    bool value);
    }
    See Also