TwoColorGradient Method
Sets the specified fill to a two-color gradient.
expression.TwoColorGradient(Style, Variant)expressionRequired. An expression that returns one of the objects in the Applies To list.Style Required MsoGradientStyle. Specifies the gradient style.
| MsoGradientStyle can be one of these MsoGradientStyle constants. |
| msoGradientDiagonalDown |
| msoGradientDiagonalUp |
| msoGradientFromCenter |
| msoGradientFromCorner |
| msoGradientFromTitle |
| msoGradientHorizontal |
| msoGradientMixed |
| msoGradientVertical |
Example
This example sets the gradient, background color, and foreground color for the chart area fill on the chart.
|