Click or drag to resize

HistogramCreationControllerErrors Property

Gets or sets the current error 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> Errors { get; set; }

Property Value

ObservableCollectionString
See Also