HistogramCreationCreateHistogram(DataTable, HistogramCreationInformation) Method |
Creates histogram data in the specified destination table.
Namespace: Altaxo.Analysis.Statistics.HistogramsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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