This document is archived and information here might be outdated.  Recommended version.


IHistogram Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IH > IHistogram Interface
ArcGIS Developer Help

IHistogram Interface

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

Product Availability

Available with ArcGIS Desktop.

Members

Name 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.

Classes that implement IHistogram

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.