HistFunc Type

Sets the binning function used for this histogram trace. The default value is 'count' where the histogram values are computed by counting the number of values lying inside each bin. With 'histfunc' set to 'sum', 'avg', 'min' or 'max', the histogram values are computed using the sum, the average, the minimum or the 'maximum' of the values lying inside each bin respectively. default: Count

Union cases

Union case Description

Avg

Full Usage: Avg

Count

Full Usage: Count

Max

Full Usage: Max

Min

Full Usage: Min

Sum

Full Usage: Sum

Instance members

Instance member Description

this.Convert

Full Usage: this.Convert

Returns: obj
Returns: obj

Static members

Static member Description

HistFunc.convert

Full Usage: HistFunc.convert

Returns: HistFunc -> obj
Returns: HistFunc -> obj

HistFunc.toString

Full Usage: HistFunc.toString

Returns: HistFunc -> string
Returns: HistFunc -> string