Click or drag to resize

HistogramCreationInformationErrors Property

Gets the list of errors that occured during the histogram creation.

Namespace: Altaxo.Analysis.Statistics.Histograms
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IList<string> Errors { get; }

Property Value

IListString
List of errors.
See Also