Click or drag to resize

HistogramAddBucket Method

Adds a Bucket to the Histogram.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AddBucket(
	Bucket bucket
)

Parameters

bucket  Bucket
The bucket to add to the histogram.
See Also