Click or drag to resize

HistogramCreationInformationWarnings Property

Gets the list of warnings 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> Warnings { get; }

Property Value

IListString
List of warnings.
See Also