This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control histogram objects created from different data sources.
Use BasicTableHistogram::ITableHistogram to produce a histogram data structure based on input from an object that supports ITable. This data structure is commonly used as input to the classification coclasses (e.g. NaturalBreaks, Quantile). Use this object if you are developing against only ArcEngine components. The BasicTableHistogram performs a simliar function to TableHistogram, but unlike TableHistogram, it is available to ArcEngine developers.
Name | Description | |
---|---|---|
CustomMax | Custom maximum. | |
CustomMin | Custom minimum. | |
GetHistogram | Histogram as an array of values (doubles) and a paired array of frequencies (longs). | |
Invalidate | Causes to recreate the Histogram from the Table for the next GetHistogram call. | |
ResetCustomMinMax | Resets custom minimum and maximum. |
Classes | Description |
---|---|
BasicTableHistogram | A histogram data structure that is created from table data. Use this to pass data to a classification object. |
TableHistogram (esriCartoUI) | A histogram data structure that is created from table data. Use this to pass data to a classification object. |
IBasicHistogram performs a function similar to IHistogram, but it is available to Engine developers. Use IBasicHistogram with a BasicTableHistogram like you would use IHistogram with a TableHistogram.