Click or drag to resize

HistogramCreationOptions Properties

The HistogramCreationOptions type exposes the following members.

Properties
 NameDescription
Public propertyBinning 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.
Public propertyIgnoreInfinity Gets or sets a value indicating whether to ignore infinite values.
Public propertyIgnoreNaN Gets or sets a value indicating whether to ignore NaN (Not-A-Number) values.
Public propertyIsLowerBoundaryInclusive Designates whether the lower boundary is inclusive. If true, all values less than or equal to LowerBoundaryToIgnore are ignored. If false, only values less than LowerBoundaryToIgnore are ignored.
Public propertyIsUpperBoundaryInclusive Designates whether the upper is boundary inclusive. If true, all values greater than or equal to UpperBoundaryToIgnore are ignored. If false, only values greater than UpperBoundaryToIgnore are ignored.
Public propertyIsUserDefinedBinningType Gets or sets a value indicating whether the binning type is defined by the user or is determined automatically.
Public propertyLowerBoundaryToIgnore If not null, all values less than that value are ignored. Use IsLowerBoundaryInclusive to determine whether this boundary is inclusive or exclusive.
Public propertyUpperBoundaryToIgnore If not null, all values greater than that value are ignored. Use IsUpperBoundaryInclusive to determine whether this boundary is inclusive or exclusive.
Top
See Also