ArcObjects Library Reference (System)  

IFrequencyStatistics.FrequencyIntervalCount Property

The frequency interval count.

[Visual Basic .NET]
Public Property FrequencyIntervalCount As Integer
[C#]
public int FrequencyIntervalCount {get; set;}
[C++]
HRESULT get_FrequencyIntervalCount(
  long* numIntervals
);
[C++]
HRESULT put_FrequencyIntervalCount(
  long numIntervals
);
[C++]

Parameters

numIntervals [out, retval]   numIntervals is a parameter of type long numIntervals [in]   numIntervals is a parameter of type long

Product Availability

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

Description

Either set the number of data intervals using the FrequencyIntervalCount property or use the ComputeAutoFrequencyIntervals method to automatically set the FrequencyIntervalCount based upon the data in the BaseStatistics.

Use the FrequencyIntervalSize to return the size range of each data interval.

See Also

IFrequencyStatistics Interface