CumulativePlot Property

The CumulativePlot property returns or sets the histogram plot to display the cumulative counts in each bin. Returns a Boolean.

Syntax

object.CumulativePlot

object.CumulativePlot = CumulativePlot

 

Parameter Type Description
CumulativePlot Boolean required, true to display counts as cumulative values

 

Example

This example shows how to display the histogram counts as cumulative values.

Histogram1.CumulativePlot = True

 

Used by: AutoHistogram object