ArcObjects Library Reference (System)  

IIntervalRange Interface

Provides access to members that control classifications that need an interval range. Note: the IIntervalRange interface has been superseded byIIntervalRange2. Please consider using the more recent version.

Product Availability

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

Description

IIntervalRange is for setting the interval for the DefinedInterval classification.

Members

Description
Read-only property Default The Default Range for the data. Data must be added before calling.
Write-only property IntervalRange The Interval Range. Call before Classify.

CoClasses that implement IIntervalRange

CoClasses and Classes Description
DefinedInterval Defines a defined interval classification method.

See Also

IClassify Interface | IDeviationInterval Interface | IClassify.Classify Method | IClassify.SetHistogramData Method