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

In This Topic
    CumulativeMode Property (Histogram)
    In This Topic
    Gets or sets the cumulative mode state
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Histogram.CumulativeMode", "Gets or sets the cumulative mode state")>
    Public Property CumulativeMode As Boolean
    [C1Description("Histogram.CumulativeMode", "Gets or sets the cumulative mode state")]
    public bool CumulativeMode {get; set;}
    See Also