Click or drag to resize

LogarithmicBinningIsUserDefinedBinOffset Property

Gets or sets a value indicating whether the bin offset is user defined.

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

Property Value

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