Click or drag to resize

HistogramCreationInformation Class

Maintains information for user interaction during binning.
Inheritance Hierarchy
SystemObject
  Altaxo.Analysis.Statistics.HistogramsHistogramCreationInformation

Namespace: Altaxo.Analysis.Statistics.Histograms
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class HistogramCreationInformation : ICloneable

The HistogramCreationInformation type exposes the following members.

Constructors
 NameDescription
Public methodHistogramCreationInformationInitializes a new instance of the HistogramCreationInformation class
Top
Properties
 NameDescription
Public propertyCreationOptions Gets the options used to create the histogram data.
Public propertyErrors Gets the list of errors that occured during the histogram creation.
Public propertyFilteredAndSortedDataEnsemble Gets or sets the filtered and sorted data ensemble. The filter options can be found in CreationOptions.
Public propertyMaximumValue Gets or sets the maximum of the ensemble values.
Public propertyMinimumValue Gets or sets the minimum of the ensemble values.
Public propertyNumberOfInfiniteValues Gets or sets the number of ensemble values containing Infinity.
Public propertyNumberOfNaNValues Gets or sets the number of ensemble values containing NaN (not-a-number).
Public propertyNumberOfValuesFiltered Gets or sets the number of ensemble values.
Public propertyNumberOfValuesOriginal Gets or sets the number of original values (before filtering).
Public propertyOriginalDataEnsemble Gets or sets the original data ensemble.
Public propertyUserInteractionLevel Gets or sets the level of user interaction.
Public propertyWarnings Gets the list of warnings that occured during the histogram creation.
Top
Methods
 NameDescription
Public methodCloneCreates a new object that is a copy of the current instance.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Protected field_creationOptions 
Top
See Also