HistogramCreationInformationOriginalDataEnsemble Property |
Gets or sets the original data ensemble.
Namespace: Altaxo.Analysis.Statistics.HistogramsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public IEnumerator<double>? OriginalDataEnsemble { get; set; }
Property Value
IEnumeratorDouble
The original data ensemble.
See Also