Click or drag to resize

HistogramCreationInformation Properties

The HistogramCreationInformation type exposes the following members.

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
See Also