BubbleGradient Property
The BubbleGradient property has been deprecated. Use the AutoTernaryBubblePlot object's Fill.Gradient property instead.
The BubbleGradient property returns an AutoGradient object to control the gradient options for the ternary diagram's bubbles.
Syntax
object.BubbleGradient
Example
This example demonstrates how to return the AutoGradient object for a ternary diagram bubbles.
Debug.Print TernaryPlot.BubbleGradient
Used by: AutoTernaryPlot Object