Click or drag to resize

HistogramCreationCreateHistogram(DataTable, HistogramCreationInformation) Method

Creates histogram data in the specified destination table.

Namespace: Altaxo.Analysis.Statistics.Histograms
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void CreateHistogram(
	ref DataTable destinationTable,
	HistogramCreationInformation histInfo
)

Parameters

destinationTable  DataTable
The destination table that receives the histogram data.
histInfo  HistogramCreationInformation
The histogram creation settings and source data.
See Also