ArcObjects Library Reference (CartoUI)  

IHistogram Interface

Provides access to members that control histogram objects created from different data sources.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Write-only property CustomMax Custom maximum.
Write-only property CustomMin Custom minimum.
Method ExclusionDoModal Shows the exclusion dialog for the histogram.
Method GetHistogram Histogram as an array of values (doubles) and a paired array of frequencies (longs).
Method HasExclusion Indicates if the histogram uses exclusion.
Method HasSampling Indicates if the histogram uses data sampling.
Method ResetCustomMinMax Resets custom minimum and maximum.
Method 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.