Click or drag to resize

HistogramCreationInformationMaximumValue Property

Gets or sets the maximum of the ensemble values.

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

Property Value

Double
The maximum of the ensemble values.
See Also