This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IH > IHistogram Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control histogram objects created from different data sources.
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 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. |