Click or drag to resize

HistogramCreationPopulateHistogramCreationInformation Method

Populates derived histogram creation information from the current options and source data.

Namespace: Altaxo.Analysis.Statistics.Histograms
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool PopulateHistogramCreationInformation(
	HistogramCreationInformation histInfo
)

Parameters

histInfo  HistogramCreationInformation
The histogram creation information to update.

Return Value

Boolean
true if the histogram dialog should be shown; otherwise, false.
See Also