ChartFillFormat.GradientVariant Property

Definition

Returns the shade variant for the specified fill as an integer value from 1 through 4.

public:
 property int GradientVariant { int get(); };
public int GradientVariant { get; }
Public ReadOnly Property GradientVariant As Integer

Property Value

Remarks

The values for the GradientVariant property correspond to the gradient variants (numbered from left to right and from top to bottom) on the Gradient tab in the Fill Effects dialog box.

Use the OneColorGradient(MsoGradientStyle, Int32, Single) or TwoColorGradient(MsoGradientStyle, Int32) method to set the gradient variant for the fill.

Applies to