The MaxSymbolAngle property returns the symbol map maximum symbol angle. Returns a double.
Syntax
object.MaxSymbolAngle
Remarks
The symbol angle is set with the SetSymbolAngleRange method.
Example
'MaxSymbolAngle (read-only)
'Return the maximum angle for the symbols when using proportional across data
Debug.Print SymbolMap.MaxSymbolAngle
Used by: SymbolMap object