This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the classification methods that require only a minimum and maximum value to classify.
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.
Classes | Description |
---|---|
DefinedInterval | Defines a defined interval classification method. |
EqualInterval | Defines an equal interval classification method. |