StdDevIncrementValue Property

 

The StdDevIncrementValue property returns or sets the standard increment value for the standard deviation data classification method. Returns a double.

 

Syntax

object.StdDevIncrementValue

object.StdDevIncrementValue = StdDevIncrementValue

 

Parameter

Type

Description

StdDevIncrementValue

Double

required; increment

 

Remarks

In order to set the standard deviation increment value, the ClassMethod property (flow, pin, or prism map) or ClassificationMethod Property (hatch map) must be mvClassificationStdDeviation.

 

Example 1

This example demonstrates how to return the standard deviation increment value for a pin map.

 

Debug.Print PinMap.StdDevIncrementValue

 

Example 2

This example sets the standard deviation increment value to 1.5 for a pin map.

 

PinMap.StdDevIncrementValue = 1.5

 

Used By: FlowMap object, HatchMap object, PinMap object, Prism Map object, TerritoryMap object