Click or drag to resize

HistogramCreationOptionsBinning Property

Gets or sets the user defined binning. If this property is defined, the binning defined in this property is used. If this property is null, the binning is done automatically.

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

Property Value

IBinning
The user defined binning.
See Also