LinearBinningIsUserDefinedBinWidth Property |
Gets or sets a value indicating whether the bin width was defined by the user.
Namespace: Altaxo.Analysis.Statistics.HistogramsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsUserDefinedBinWidth { get; set; }
Property Value
Booleantrue if the bin width is user defined; otherwise,
false.
See Also