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