Click or drag to resize

HistogramDataCount Property

Gets the total number of datapoints in the histogram.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double DataCount { get; }

Return Value

Double
The total number of datapoints across all buckets.
See Also