DataMethod Property

 

The DataMethod property returns or sets the flow map data method to Proportion or Bin classes. Returns the MVFlowDataMethod.

 

Syntax

object.DataMethod

object.DataMethod = DataMethod

 

Parameter

Type

Description

DataMethod

MVFlowDataMethod

required; proportion or bin classes

 

Example

    'DataMethod

    'Changes the flow map to use classes

    FlowMap.DataMethod = mvFlowDataBinClasses

 

Used by: FlowMap object