SpreadGradAcrossPlot Method
The SpreadGradAcrossPlot method returns or sets the gradient fill being spread across the plot. Returns a Boolean.
Syntax
object.SpreadGradAcrossPlot
object.SpreadGradAcrossPlot = SpreadGradAcrossPlot
Parameter | Type | Description |
SpreadGradAcrossPlot | Boolean | required |
Example 1
This example shows how to retrieve the state of the gradient fill across a histogram.
Debug.Print Histogram.SpreadGradAcrossPlot
Example 2
This example shows how to spread the gradient fill across a histogram.
Histogram.SpreadGradAcrossPlot = True
Used by: AutoPlot object