Click or drag to resize

LinearBinningIsUserDefinedBinWidth Property

Gets or sets a value indicating whether the bin width was defined by the user.

Namespace: Altaxo.Analysis.Statistics.Histograms
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsUserDefinedBinWidth { get; set; }

Property Value

Boolean
true if the bin width is user defined; otherwise, false.
See Also