Provides access to members that controls stats and histogram. Note: the IStatsHistogram interface has been superseded byIStatsHistogram2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
| Description | ||
|---|---|---|
![]()  | 
Accumulate | Accumulates a value and its count. | 
![]()  | 
Empty | Empties this RasterStatsHistogram and marks it invalid. | 
![]()  | 
HasHistogram | Checks if this StatsHistogram has histogram. | 
![]()  | 
HasStats | Checks if this StatsHistogram has stats. | 
![]()  | 
Histogram | The histogram values of the statistics. | 
![]()  | 
Max | The maximum value of the historgram. | 
![]()  | 
Mean | The mean value of the historgram. | 
![]()  | 
Min | The minimum value of the historgram. | 
![]()  | 
PutHistogramMinmax | Sets histogram min and max range. | 
![]()  | 
PutStats | Computes stats and histogram from a given Raster. | 
![]()  | 
QueryHistogramMinmax | Gets histogram min and max range. | 
![]()  | 
QueryStats | Computes stats and histogram from a given Raster. | 
![]()  | 
StdDev | The standard deviation value of the historgram. | 
![]()  | 
Update | Updates the histogram after accumulation. | 
CoClasses that implement IStatsHistogram
| CoClasses and Classes | Description | 
|---|---|
| StatsHistogram | A raster statistics and histogram class. | 
Remarks
IStatsHistogram, the interface for StatsHistogram , is used to access the statistics and bin histogram.
StatsHistogram can be created from RasterCalcStatsHistogram and is used to set the raster stretch (using IRasterStretch2) for RasterStretchColorRampRenderer

