SymbolFormat Property

The SymbolFormat property returns an AutoMarker object to allow access to a bubble plot's symbol properties. This is a read-only property.

Syntax

object.SymbolFormat

Example

This example shows how to set the symbol and symbol color.

BubblePlot.SymbolFormat.Index = 47

BubblePlot.SymbolFormat.color = grfColorPurple

 

Used by: AutoBubblePlot object