Provides access to members that control histogram objects created from different data sources.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
CustomMax | Custom maximum. | |
CustomMin | Custom minimum. | |
ExclusionDoModal | Shows the exclusion dialog for the histogram. | |
GetHistogram | Histogram as an array of values (doubles) and a paired array of frequencies (longs). | |
HasExclusion | Indicates if the histogram uses exclusion. | |
HasSampling | Indicates if the histogram uses data sampling. | |
ResetCustomMinMax | Resets custom minimum and maximum. | |
SamplingDoModal | Shows the sampling dialog for the histogram. |
CoClasses that implement IHistogram
CoClasses and Classes | Description |
---|---|
DataHistogram | A histogram data structure that is created from data values. Use this to pass data to a classification object. |
TableHistogram | A histogram data structure that is created from table data. Use this to pass data to a classification object. |
TinHistogram (esriArcMapUI) | TIN histogram of data values. |