Altaxo. |
| Class | Description | |
|---|---|---|
| HistogramCreation | Provides helper methods for creating histogram tables from numeric data. | |
| HistogramCreationInformation | Maintains information for user interaction during binning. | |
| HistogramCreationOptions | Options to create histograms. | |
| LinearBinning | Represents linear binning, i.e. bins with the same width at equally spaced positions. | |
| LogarithmicBinning | Represents logarithmic binning with equally spaced bins on a logarithmic scale. |
| Structure | Description | |
|---|---|---|
| Bin | Represents one element of the binning collection. |
| Interface | Description | |
|---|---|---|
| IBinning | Defines a binning, for instance LinearBinning or LogarithmicBinning. |