ArcObjects Library Reference (Carto)  

BasicTableHistogram CoClass

A histogram data structure that is created from table data. Use this to pass data to a classification object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IBasicHistogram Provides access to members that control histogram objects created from different data sources.
IDataNormalization Provides access to members that control the data normalization properties of a renderer.
IStatisticsResults (esriSystem) Provides access to members used for reporting statistics.
ITableHistogram Provides access to members that control a histogram created from tabular data.
ITableHistogram2 Provides access to members that control a histogram created from tabular data.

Remarks

BasicTableHistogram is used 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.