DeleteBin Method

The DeleteBin method deletes the indicated custom bin from a histogram or rose diagram.

Syntax

object.DeleteBin( index )

 

Parameter Type Description
index Short required, index of bin to be deleted (returned by AddBin)

 

Example

This example shows how to delete custom bin 3.

Histogram1.DeleteBin(3)

 

Used by: AutoHistogram object, AutoRoseDiagram object