SetSymbolScaling

SetSymbolScaling sets the post map symbol scaling parameters.

Syntax

object.SetSymbolScaling( Method, SymbolHeight1, SymbolHeight2, ScaleValue1, ScaleValue2, HeightCol )

Parameter

Type

Required/

Optional

Default

Description

Method

SrfPostSizeType

Required

This provides the symbol scaling method.

SymbolHeight1

Variant

Optional

This provides the first symbol height.

SymbolHeight2

Variant

Optional

This provides the second symbol height.

ScaleValue1

Variant

Optional

This provides the data value for SymbolHeight1.

ScaleValue2

Variant

Optional

This provides the, data value for SymbolHeight2.

HeightCol

Integer

Optional

3 (column C)

This provides the worksheet column containing height.

Remarks

Be sure to specify a SymbolHeight1 value when using srfPostFixed for Method as the symbol sizes are set to SymbolHeight1 with this method.

Example

This example demonstrates how to specify the square root scaling method for post map symbols.

PostLayer.SetSymbolScaling(Method:=srfPostSqRoot, SymbolHeight1:=0.1, _

SymbolHeight2:=0.5, ScaleValue1:=1, ScaleValue2:=100)

Used by: PostLayer Object