ArcObjects Library Reference (System)  

IFrequencyStatistics.ComputeAutoFrequencyIntervals Method

Computes a suitable frequency interval count for the number of values.

[Visual Basic .NET]
Public Sub ComputeAutoFrequencyIntervals ( _
)
[C#]
public void ComputeAutoFrequencyIntervals (
);
[C++]
HRESULT ComputeAutoFrequencyIntervals(
void
);

Product Availability

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

Description

The ComputeAutoFrequencyIntervals automatically sets the FrequencyIntervalCount based upon the data in the BaseStatistics.

See Also

IFrequencyStatistics Interface