The ClassificationMethod property returns or sets the classification method for a hatch map. Returns a MVClassificationMethod.
Syntax
object.ClassificationMethod
object.ClassificationMethod = ClassificationMethod
Parameter |
Type |
Description |
ClassificationMethod |
required; classification type |
Example
This example sets the data classification method to natural breaks.
HatchMap.ClassificationMethod = mvClassificationMethodNaturalBreak
Used by: HatchMap object