ClassificationMethod Property

 

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

MVClassificationMethod

required; classification type

 

Example

This example sets the data classification method to natural breaks.

 

HatchMap.ClassificationMethod = mvClassificationMethodNaturalBreak

 

Used by: HatchMap object