Click or drag to resize

HistogramCreationControllerWarnings Property

Gets or sets the current warning messages.

Namespace: Altaxo.Gui.Analysis.Statistics
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ObservableCollection<string> Warnings { get; set; }

Property Value

ObservableCollectionString
See Also