UseSymbols Property
The UseSymbols property returns or sets the use of bubble plot symbols. Returns a Boolean.
Syntax
object.UseSymbols
object.UseSymbols = UseSymbols
Parameter | Type | Description |
UseSymbols | Boolean | required, default is false (do not use symbols) |
Example 1
This example demonstrates how to set use bubble plot symbols.
BubblePlot.UseSymbols = True
Example 2
This example demonstrates how to return the UseSymbols setting.
Debug.Print BubblePlot.UseSymbols
Used by: AutoBubblePlot object, AutoTernaryBubblePlot object