HistogramCreationPopulateHistogramCreationInformation Method |
Populates derived histogram creation information from the current options and source data.
Namespace: Altaxo.Analysis.Statistics.HistogramsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool PopulateHistogramCreationInformation(
HistogramCreationInformation histInfo
)
Parameters
- histInfo HistogramCreationInformation
- The histogram creation information to update.
Return Value
Booleantrue if the histogram dialog should be shown; otherwise,
false.
See Also