HistogramAddBucket Method |
Adds a Bucket to the Histogram.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void AddBucket(
Bucket bucket
)
Parameters
- bucket Bucket
- The bucket to add to the histogram.
See Also