BubbleSymbolAngle Property
The BubbleSymbolAngle property returns or sets the angle that symbols are to be drawn at (in degrees) for a ternary bubble diagram. Returns a Double.
Syntax
object.BubbleSymbolAngle
object.BubbleSymbolAngle = BubbleSymbolAngle
Parameter | Type | Description |
BubbleSymbolAngle | Double | required |
Example 1
This example shows how to return the bubble symbol angle.
Debug. Print TernaryBubble.BubbleSymbolAngle
Example 2
This example shows how to set the bubble symbol angle to 45 degrees.
TernaryBubble.BubbleSymbolAngle = 45
Used by: AutoTernaryBubblePlot object