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


IFrequencyStatistics.ComputeAutoFrequencyIntervals Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IF > IFrequencyStatistics Interface > IFrequencyStatistics.ComputeAutoFrequencyIntervals Method
ArcGIS Developer Help

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