Provides access to members that control the classification methods that require only a minimum and maximum value to classify.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The IClassifyMinMax interface provides properties for setting the Minimum and Maximum values to generate class breaks instead of setting data values using the IClassify::SetHistogramData method. After setting the Minimum and Maximum properties call the IClassify.Classify method to generate the class breaks.
Both the Minimum and Maximum properties must be set. Subsequently, using the IClassify::SetHistogramData method will override the Minimum and Maximum values.
Members
CoClasses that implement IClassifyMinMax
CoClasses and Classes | Description |
---|---|
DefinedInterval | Defines a defined interval classification method. |
EqualInterval | Defines an equal interval classification method. |