HistogramCreationCreateHistogram(String, HistogramCreationInformation) Method |
Creates a histogram table using the specified histogram information.
Namespace: Altaxo.Analysis.Statistics.HistogramsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
DataTableThe created histogram table, or
null if creation was canceled.
See Also