MinSymbolAngle Property

 

The MinSymbolAngle property returns the symbol map minimum symbol angle. Returns a double.

 

Syntax

object.MinSymbolAngle

 

Remarks

The symbol angle is set with the SetSymbolAngleRange method.

 

Example

    'MinSymbolAngle (read-only)

    'Return the minimum angle for the symbols when using proportional across data

    Debug.Print SymbolMap.MinSymbolAngle

 

Used by: SymbolMap object