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


IDataHistogram Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CartoUI)  

IDataHistogram Interface

Provides access to members used to create a histogram from data values.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Method SetData Sets data from a array of values (doubles).
Method SetHistogramData Sets data from a histogram; an array of values (doubles) and a paired array of frequencies (longs).

CoClasses that implement IDataHistogram

CoClasses and Classes Description
DataHistogram A histogram data structure that is created from data values. Use this to pass data to a classification object.