Click or drag to resize

HistogramCreationCreateHistogram(String, HistogramCreationInformation) Method

Creates a histogram table using the specified histogram information.

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

Parameters

proposedTableName  String
The proposed name for the new table.
histInfo  HistogramCreationInformation
The histogram creation settings and source data.

Return Value

DataTable
The created histogram table, or null if creation was canceled.
See Also