Histogram |
The HistogramCreationOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | Binning | 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. |
![]() | IgnoreInfinity | Gets or sets a value indicating whether to ignore infinite values. |
![]() | IgnoreNaN | Gets or sets a value indicating whether to ignore NaN (Not-A-Number) values. |
![]() | IsLowerBoundaryInclusive | 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. |
![]() | IsUpperBoundaryInclusive | 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. |
![]() | IsUserDefinedBinningType | Gets or sets a value indicating whether the binning type is defined by the user or is determined automatically. |
![]() | LowerBoundaryToIgnore | If not null, all values less than that value are ignored. Use IsLowerBoundaryInclusive to determine whether this boundary is inclusive or exclusive. |
![]() | UpperBoundaryToIgnore | If not null, all values greater than that value are ignored. Use IsUpperBoundaryInclusive to determine whether this boundary is inclusive or exclusive. |