Click or drag to resize

HistogramCreationInformationOriginalDataEnsemble Property

Gets or sets the original data ensemble.

Namespace: Altaxo.Analysis.Statistics.Histograms
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerator<double>? OriginalDataEnsemble { get; set; }

Property Value

IEnumeratorDouble
The original data ensemble.
See Also